245 B
245 B
Golang Debug 问题及解决
1.调试报错:Version of Delve is too old for this version of Go
原因是 DLV 版本过低,使用:
go get github.com/go-delve/delve/cmd/dlv
命令升级 DLV 后重启下 goland 即可。