Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Changing to a different goroutine and executing Step Over goes back to the previous goroutine #2560

Closed
aarzilli opened this issue Jun 4, 2019 · 1 comment

Comments

@aarzilli
Copy link

aarzilli commented Jun 4, 2019

If you have a question, please ask it on https://gitter.im/Microsoft/vscode-go or on the VSCode channel in Gophers Slack(https://invite.slack.golangbridge.org/)

  1. Debug https://github.com/aarzilli/delve_client_testing/blob/master/08gswitch/main.go
  2. Click on one of the paused goroutines executing main.coroutine in the left column
  3. Click Step Over

Expected:

Cursor moves to the next line on the goroutine I'm currently watching.

What actually happend

Debuggers switches back to the goroutine it was originally stopped at and moves to the next line.

@ramya-rao-a
Copy link
Contributor

Hello @aarzilli,

We are in the midst of a repo move, see We are moving section in our readme for more details.

Closing this issue in favor of golang/vscode-go#118. Please subscribe to it for further updates.

Thanks for all the support & Happy Coding!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants