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

3.打开xdebug

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

