1.安装dlv
安装完最新的 delve 后,如 brew install delve, 然后在IntelliJ或goland中点击
Help → Edit Custom Properties... 添加新行
dlv.path=/opt/homebrew/Cellar/delve/1.8.2/bin/dlv (自己的安装目录)
安装完最新的 delve 后,如 brew install delve, 然后在IntelliJ或goland中点击
Help → Edit Custom Properties... 添加新行
dlv.path=/opt/homebrew/Cellar/delve/1.8.2/bin/dlv (自己的安装目录)