Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Send variable details so variable window doesn't collapse them while stepping #870

Closed
brettcannon opened this issue Oct 3, 2018 · 4 comments

Comments

@brettcannon
Copy link
Member

microsoft/vscode-python#645

@karthiknadig
Copy link
Member

karthiknadig commented Oct 4, 2018

ptvsd has no information about the state of the variable window. There is no debug adapter message support for such a thing. This does not feel like a issue that can be fixed on the python side of things.

@fabioz
Copy link
Contributor

fabioz commented Oct 4, 2018

@karthiknadig from microsoft/vscode#32199 (comment), it seems that this is really from ptvsd... I haven't checked, but I know ptvsd does some translations back and forth from the pydevd structure to what the debug adapter expects -- is it possible that new ids are being generated instead of keeping an existing id in place for the frame or variables?

@karthiknadig
Copy link
Member

@fabioz That is a good suggestion. We do update the ids for frames and variables. That is something we can fix.

@karthiknadig karthiknadig added this to the Oct 2018.2 milestone Oct 10, 2018
@karthiknadig
Copy link
Member

I am converting this to a tacking bug. We need to make two separate set of changes, to get this working correctly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants