vscode-go icon indicating copy to clipboard operation
vscode-go copied to clipboard

debug: support "Step Into Target" functionality

Open gayanper opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. When debugging code lines which has nested method invocation, you always have to first Step-In to all nested invocations before you can Step-In to the outer invocation which I want to step into.

Describe the solution you'd like I would like to have support from GO DA to support "Step Into Target" functionality via using the DAP StepInTargetsRequest and StepInArguments.targetId. This will enable to select which method invocation I would like to step-in so that all other nested invocations are skipped.

Describe alternatives you've considered None

gayanper avatar Jan 27 '24 16:01 gayanper