Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug: support "Step Into Target" functionality #3151

Open
gayanper opened this issue Jan 27, 2024 · 0 comments
Open

debug: support "Step Into Target" functionality #3151

gayanper opened this issue Jan 27, 2024 · 0 comments
Labels
Debug Issues related to the debugging functionality of the extension. FeatureRequest

Comments

@gayanper
Copy link

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

@gopherbot gopherbot added this to the Untriaged milestone Jan 27, 2024
@adonovan adonovan added the Debug Issues related to the debugging functionality of the extension. label Feb 1, 2024
@adonovan adonovan changed the title Support "Step Into Target" debug functionality debug: support "Step Into Target" functionality Feb 1, 2024
@adonovan adonovan modified the milestones: Untriaged, vscode-go/backlog Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debug Issues related to the debugging functionality of the extension. FeatureRequest
Projects
None yet
Development

No branches or pull requests

3 participants