vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Single step in debugger collapses all variables being watched

Open HerrCraziDev opened this issue 1 year ago • 3 comments

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.

HerrCraziDev avatar Apr 23 '24 10:04 HerrCraziDev

Any hopes ?

HerrCraziDev avatar Jun 06 '24 18:06 HerrCraziDev

No one ?

HerrCraziDev avatar Sep 21 '24 19:09 HerrCraziDev