Mac下调试 golang 出现 could not launch process: EOF 错误
网上说要将Command Line Tools回滚到旧版本. 有点麻烦. 其实只要将dlv升级到最新版本就成了.
go get -v -u github.com/derekparker/delve/cmd/dlv
cd $GOPATH/src/github.com/derekparker/delve
make install
Mac下调试 golang 出现 could not launch process: EOF 错误
网上说要将Command Line Tools回滚到旧版本. 有点麻烦. 其实只要将dlv升级到最新版本就成了.
go get -v -u github.com/derekparker/delve/cmd/dlv
cd $GOPATH/src/github.com/derekparker/delve
make install