|
|
|
|
|
by adhocpotato
1372 days ago
|
|
That's an interesting application. I tend to use an IDE if I'm debugging in realtime and otherwise I'm getting stackdumps from the support org. For CLI goroutine analysis there's another tool: https://github.com/linuxerwang/goroutine-inspect which is pretty good. I think if I do a rewrite it might make more sense to go the web route, like the go tool pprof UIs. |
|