DonJayamanne / javaVSCode

Extension for java development on VSCode (deprecated)
https://marketplace.visualstudio.com/items?itemName=donjayamanne.javaDebugger
MIT License
43 stars 29 forks source link

How do I tag variables to display in the "Watch" window? #69

Open EZEKIELx25x17 opened 7 years ago

EZEKIELx25x17 commented 7 years ago

So far the debugger is working perfectly but I cannot figure out how to get anything to appear in the "Watch" window. If I right-click on a variable in the "Variables" window, I get the option to "Add to Watch", but that just prompts me to enter in an expression to watch?

image

image