You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: