Go has a debugger—and it's awesome!
godebug is a cross-platform debugger for the Go programming language created by the Mailgun team. It rewrites source code and injects function calls to enable breakpoints, variable declarations, and line tracing. The tool produces a single binary with no dependencies, allowing it to be used on various platforms without requiring additional tools or permissions. godebug is still young but functional, and its source rewriting technique has potential for standardization in the context of Go's build process.
Company
Cloudflare
Date published
June 18, 2015
Author(s)
Filippo Valsorda
Word count
747
Hacker News points
None found.
Language
English