microsoft / vscode-java-debug

Java Debugger for Visual Studio Code.
Other
521 stars 334 forks source link

Feature: support jump to line #1320

Open Trass3r opened 1 year ago

Trass3r commented 1 year ago

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

testforstephen commented 1 year ago

this is an interesting feature, not sure whether the underlying Java debug interface provides such capability. Need more investigation.

Trass3r commented 1 year ago

Yeah very useful, seems like it's possible: https://stackoverflow.com/a/9651993/594456