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
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#25578golang/go#31132
Once golang/go#31132 is implemented, Delve should also implement support for it.
The text was updated successfully, but these errors were encountered: