microsoft / vscode-java-debug

Java Debugger for Visual Studio Code.
Other
530 stars 339 forks source link

Watchpoints (data breakpoints) #1518

Closed koutheir closed 2 weeks ago

koutheir commented 2 weeks ago

Please implement watchpoints (a.k.a., data breakpoints) in order to interrupt execution whenever a specific variable or field is modified anywhere in the Java program.

testforstephen commented 2 weeks ago

this has been supported long time ago, see https://github.com/microsoft/vscode-java-debug/issues/654

koutheir commented 2 weeks ago

I wasn't able to find any documentation on the feature, and I didn't discover the right-click menu item on the fields view. Thank you for pointing it out. I'm sorry for the confusion.