delve icon indicating copy to clipboard operation
delve copied to clipboard

Support stopping a single goroutine

Open dlsniper opened this issue 6 years ago • 3 comments

Once https://github.com/golang/go/issues/31132 is implemented, Delve should also implement support for it.

dlsniper avatar Mar 29 '19 09:03 dlsniper

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 https://github.com/golang/go/issues/25578 https://github.com/golang/go/issues/31132

mangalaman93 avatar Jul 14 '19 20:07 mangalaman93

Hopefully, this feature will be supported

leos-code avatar Apr 28 '21 08:04 leos-code