microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.51k stars 1.55k forks source link

Single step in debugger collapses all variables being watched #12246

Open HerrCraziDev opened 6 months ago

HerrCraziDev commented 6 months ago

Environment

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.

HerrCraziDev commented 4 months ago

Any hopes ?

HerrCraziDev commented 4 weeks ago

No one ?

HerrCraziDev commented 5 days ago

Any updates on this issue?