目录

问题

解决

下载dlv

配置dlv

结果

参考


问题

Go-解决低版本Goland调试问题:Version of Delve is too old for this version...
 更多Go相关内容:Go-Golang学习总结笔记_密码学

解决

下载dlv

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

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

Go-解决低版本Goland调试问题:Version of Delve is too old for this version...
 更多Go相关内容:Go-Golang学习总结笔记_GoLand_02

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

Go-解决低版本Goland调试问题:Version of Delve is too old for this version...
 更多Go相关内容:Go-Golang学习总结笔记_密码学_03

配置dlv

GoLand Help->Edit Cusom Properties...

Go-解决低版本Goland调试问题:Version of Delve is too old for this version...
 更多Go相关内容:Go-Golang学习总结笔记_Go_04

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

Go-解决低版本Goland调试问题:Version of Delve is too old for this version...
 更多Go相关内容:Go-Golang学习总结笔记_Go_05

结果

Go-解决低版本Goland调试问题:Version of Delve is too old for this version...
 更多Go相关内容:Go-Golang学习总结笔记_dlv_06

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

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