gops
gops copied to clipboard
add stack-legacy command to dump call traces in legacy format
Unfortunately legacy format is more helpful in debug as it dumps goroutine labels. 'gops stack' doesn't dump them.
Golang issue: https://github.com/golang/go/issues/63712