Created
July 21, 2019 14:23
-
-
Save bancek/ce665e235b8e8b7da423880ea78ffcdf to your computer and use it in GitHub Desktop.
Go attach GDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -O runtime-gdb.py https://golang.org/src/runtime/runtime-gdb.py?m=text | |
gdb --pid=11253 | |
source ./runtime-gdb.py | |
info goroutines | |
goroutine 4 bt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment