Debugger for the Go programming language
dlv
$ dlv debug ./main.go
$ dlv debug ./main.go -- arg1 arg2
$ dlv attach <pid>