vscode-cpptools
vscode-cpptools copied to clipboard
Single step in debugger collapses all variables being watched
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.
Any hopes ?
No one ?