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

Support stopping a single goroutine #1529

Open
dlsniper opened this issue Mar 29, 2019 · 2 comments
Open

Support stopping a single goroutine #1529

dlsniper opened this issue Mar 29, 2019 · 2 comments

Comments

@dlsniper
Copy link
Contributor

Once golang/go#31132 is implemented, Delve should also implement support for it.

@mangalaman93
Copy link

It'd be pretty useful to only execute one goroutine when next or step is executed. Currently, all the goroutine make progress, which makes it harder to debug a particular scenario when multiple goroutines are running. I am wondering though whether it is possible to achieve this without the support from runtime as mentioned in the issues golang/go#25578 golang/go#31132

@leos-code
Copy link

Hopefully, this feature will be supported

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

No branches or pull requests

4 participants