Skip to content

Instantly share code, notes, and snippets.

@bancek
Created July 21, 2019 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bancek/ce665e235b8e8b7da423880ea78ffcdf to your computer and use it in GitHub Desktop.
Save bancek/ce665e235b8e8b7da423880ea78ffcdf to your computer and use it in GitHub Desktop.
Go attach GDB
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