godbg
Start a new project, the debugger on linux
platform for go
开个新坑,go语言在linux
下的调试器
export GO111MODULE=on
go build -o godbg main.go
./godbg debug ./test_file/t1.go
or you can `make install` and use `godbg` globally
display

This project is inspired by dlv
Reference:
Writing a Linux Debugger
elf101-64.pdf
ELF_Format.pdf