You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
andStepInArguments.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
The text was updated successfully, but these errors were encountered: