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

Use pydevd frame id's instead of generating frame ids #906

Closed
karthiknadig opened this issue Oct 11, 2018 · 2 comments
Closed

Use pydevd frame id's instead of generating frame ids #906

karthiknadig opened this issue Oct 11, 2018 · 2 comments
Labels

Comments

@karthiknadig
Copy link
Member

Currently we generate frame ids that we send back to the IDE. We keep a map in the debugger. This causes issues when stepping in the IDE, where at each step the variables window will collapse expanded variables.

@karthiknadig
Copy link
Member Author

See #910 for the fix that preserves frame ids. Using pydevd frame ids will allows us to remove some of the bookkeeping that we do. This is not necessary to fix the collapsed variables issue.

@karthiknadig
Copy link
Member Author

karthiknadig commented Jan 4, 2019

This is not needed since we will be using DAP directly with pydevd

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

No branches or pull requests

1 participant