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
My setup:
Am using C/C++ for Visual Studio Code (version 1.25.3) and OpenOCD (0.12.0) and JLink for debugging and am enabling the debugging using launch configs and setup commands. Attaching my configs here:
When pausing the debugger, I could see the local variables and registers but could not see global variables. I tried showGlobalVariables: true, doesnt worked. I could track a sepcific variable by adding it to watch, but I need to view all the global variables like we do for locals. Is there any command to enable this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
My setup:
Am using C/C++ for Visual Studio Code (version 1.25.3) and OpenOCD (0.12.0) and JLink for debugging and am enabling the debugging using launch configs and setup commands. Attaching my configs here:
When pausing the debugger, I could see the local variables and registers but could not see global variables. I tried showGlobalVariables: true, doesnt worked. I could track a sepcific variable by adding it to watch, but I need to view all the global variables like we do for locals. Is there any command to enable this?
Beta Was this translation helpful? Give feedback.
All reactions