错误 DW_FORM_strx with no .debug_str_offsets section
解决方案
1. go install github.com/go-delve/delve/cmd/dlv@master install latest dlv
2. copy /Users/{YOUR_HOME_NAME}/go/bin/dlv to /Users/{YOUR_HOME_NAME}/Applications/GoLand.app/Contents/plugins/go-plugin/lib/dlv/macarm/dlv replace dlv
3. reopen Goland |
|