You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During a debugging session which stopped at a breakpoint, changing the value of a variable through the debugger console does not update the variable's value in the variables view.
The update can first be seen after stepping forward
The text was updated successfully, but these errors were encountered:
This one happens even when debugging with the built-in NodeJS debugger on a simple JS script, so this is a VSCode issue. I will open an issue in their repo and link it here. Thanks for the feedback!
During a debugging session which stopped at a breakpoint, changing the value of a variable through the debugger console does not update the variable's value in the variables view.
The update can first be seen after stepping forward
The text was updated successfully, but these errors were encountered: