Go-解决低版本Goland调试问题:Version of Delve is too old for this version...

目录

问题

解决

下载dlv

配置dlv

结果

参考


问题

解决

下载dlv

配置好代理,使用go get命令下载

go get -u github.com/go-delve/delve/cmd/dlv

Go-解决低版本Goland调试问题:Version of Delve is too old for this version..._第1张图片

在你的GOPATH即安装目录的bin下面就有了dlv

Go-解决低版本Goland调试问题:Version of Delve is too old for this version..._第2张图片

配置dlv

GoLand Help->Edit Cusom Properties...

Go-解决低版本Goland调试问题:Version of Delve is too old for this version..._第3张图片

调试仍不起作用的话,就直接复制到GoLand的jbr的bin下面,并重命名为Gobindlv.exe

Go-解决低版本Goland调试问题:Version of Delve is too old for this version..._第4张图片

结果

Go-解决低版本Goland调试问题:Version of Delve is too old for this version..._第5张图片

 更多Go相关内容:Go-Golang学习总结笔记

有问题请下方评论,转载请注明出处,并附有原文链接,谢谢!如有侵权,请及时联系。如果您感觉有所收获,自愿打赏,可选择支付宝18833895206(小于),您的支持是我不断更新的动力。

你可能感兴趣的:(Go,GoLand,dlv,调试)