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
This project is inspired by dlv
Reference: