The Go Blog

Debugging Go programs with the GNU Debugger

Andrew Gerrand
30 October 2011

Last year we reported that Go’s gc/ld toolchain produces DWARFv3 debugging information that can be read by the GNU Debugger (GDB). Since then, work has continued steadily on improving support for debugging Go code with GDB. Among the improvements are the ability to inspect goroutines and to print native Go data types, including structs, slices, strings, maps, interfaces, and channels.

To learn more about Go and GDB, see the Debugging with GDB article.

Next article: Writing scalable App Engine applications
Previous article: Go App Engine SDK 1.5.5 released
Blog Index