Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single step in debugger collapses all variables being watched #12246

Open
HerrCraziDev opened this issue Apr 23, 2024 · 0 comments
Open

Single step in debugger collapses all variables being watched #12246

HerrCraziDev opened this issue Apr 23, 2024 · 0 comments
Labels
bug debugger help wanted Can be fixed in the public (open source) repo.

Comments

@HerrCraziDev
Copy link

Environment

  • OS : Windows 11
  • VSCode : 1.85.1
  • GDB: gdbserver 11.2

Bug Summary and Steps to Reproduce

When stepping over an instruction, any expanded variables in the watch window are automatically collapsed, force the user to to expand any variable of interest to view it's contents. This is particularly annoying when you need to observe how a nested variable (2 or more levels deep) is updated across several lines of code.

Debugger Configurations

Not relevant.

Debugger Logs

Not relevant.

Other Extensions

Not relevant.

Additional Information

This issue was already opened but was forgotten or ignored.

@sean-mcmanus sean-mcmanus added debugger help wanted Can be fixed in the public (open source) repo. bug labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug debugger help wanted Can be fixed in the public (open source) repo.
Projects
None yet
Development

No branches or pull requests

2 participants