I am trying to use gdlv to debug a core dump with almost 1k goroutines. When I do that in dlv, I get a list of all goroutines:
[947 goroutines]
(dlv)
However, gdlv UI only shows a hundred or so. Even if I try to increase the limit in the goroutines window, the list doesn't grow. Am I missing something here?
I am trying to use gdlv to debug a core dump with almost 1k goroutines. When I do that in dlv, I get a list of all goroutines:
However, gdlv UI only shows a hundred or so. Even if I try to increase the limit in the goroutines window, the list doesn't grow. Am I missing something here?