MacOS GoLand 没办法 Debug
今早,提示 GoLand 更新,一更新立马发现程序没办法 Debug 了,具体提示如下:
DW_FORM_strx with no .debug_str_offsets section
解决方案:
- 下载最新版本的 dlv:go install github.com/go-delve/delve/cmd/dlv@master
- 替换内置版本的 dlv:copy /Users/{YOUR_HOME_NAME}/go/bin/dlv /Users/{YOUR_HOME_NAME}/Applications/GoLand.app/Contents/plugins/go-plugin/lib/dlv/macarm/dlv