Go

Debugging

How to debug Go code, depends on which toolchain you use: If you're working with the standard toolchain, the Go documentation recommends using Delve. If you're using the gccgo toolchain, gdb is natively supported.

See also