Skip to content

debug: support "Step Into Target" functionality #3151

Open
@gayanper

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    DebugIssues related to the debugging functionality of the extension.FeatureRequest

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions