vscode-java-debug
vscode-java-debug copied to clipboard
Feature: support jump to line
trafficstars
The extension supports "Run to Cursor", but not "Jump to Cursor". https://learn.microsoft.com/en-us/visualstudio/debugger/navigating-through-code-with-the-debugger#BKMK_Set_the_next_statement_to_execute https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Goto
this is an interesting feature, not sure whether the underlying Java debug interface provides such capability. Need more investigation.
Yeah very useful, seems like it's possible: https://stackoverflow.com/a/9651993/594456