could not launch process: decoding dwarf section info at offset 0x0: too short

使用idea 或者GoLand在debug时有可能会报该异常.该异常主要是因为idea插件或者是Goland的版本太低导致.

  • 升级dlv
    go get -u -v github.com/derekparker/delve/cmd/dlv执行完之后,你的%GOPATH%/bin可以看到一个dlv.exe文件(windows下,其他平台都差不多)
  • 替换本地dlv.

    如果不知道要替换的文件位置,可以从错误信息看出.
    错误信息

你可能感兴趣的:(could not launch process: decoding dwarf section info at offset 0x0: too short)