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.
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.
@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?
microsoft/vscode-python#645
The text was updated successfully, but these errors were encountered: