vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Feature: support jump to line

Open Trass3r opened this issue 2 years ago • 2 comments
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

Trass3r avatar Apr 03 '23 13:04 Trass3r

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

testforstephen avatar Apr 04 '23 08:04 testforstephen

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

Trass3r avatar Apr 04 '23 09:04 Trass3r