arguments from return values • Better support for consts • Improved DWARF information when optimizations are enabled • Possibility of calling Go functions from Delve • Much more… (see `debugging` tag in issues)
unlimited # Run binary with correct env var. $ GOTRACEBACK=crash ./my-prog dlv core Debug core dumps from a Go process. Before trying, ensure system can produce core dumps: $ dlv core <binary> <path/to/core/file>