MacOS GoLand 沒辦法 Debug

EpicMoCN發表於2024-10-13

今早,提示 GoLand 更新,一更新立馬發現程式沒辦法 Debug 了,具體提示如下:

DW_FORM_strx with no .debug_str_offsets section

解決方案:

  1. 下載最新版本的 dlv:go install github.com/go-delve/delve/cmd/dlv@master
  2. 替換內建版本的 dlv:copy /Users/{YOUR_HOME_NAME}/go/bin/dlv /Users/{YOUR_HOME_NAME}/Applications/GoLand.app/Contents/plugins/go-plugin/lib/dlv/macarm/dlv

相關文章