Visual Studio has the functions Autos and Locals to watch variables. In VS Code I use at the moment only Watch function. I haven't seen the Autos and Locals functions for VS Code; are they not implemented (yet)? And if not implemented; any equivalent solutions? Watch is a bit manually.
no,
here's the official take on that:
Data inspection
Variables can be inspected in the VARIABLES section of the Run view or by hovering over their source in the editor.\ Variable values and expression evaluation are relative to the selected stack frame in the CALL STACK section.
Variable values can be modified with the Set Value action from the variable's context menu.

Variables and expressions can also be evaluated and watched in the Run view's WATCH section.

Variable names and values can be filtered by typing while the focus is on the VARIABLES section
Refrences: https://code.visualstudio.com/docs/editor/debugging#_data-inspection
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With