golang不能使用debug

golang更新到1.11后debug功能使用报错

问题
Goland和Idea使用debug报错,如下:could not launch process: decoding dwarf section info at offset 0x0: too short。

解决方法
1,更新dlv

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

2.修改goland或idea配置
更新后的div在$gopath路径下的bin文件夹下。

替换到idea或goland的这个目录下


image.png

重启ide,问题解决

你可能感兴趣的:(golang不能使用debug)