go工程在idea上debug时报错,报错信息如下:
could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server2、解决
安装 xcode-select
在终端执行以下安装命令:
$ xcode-select --install

go工程在idea上debug时报错,报错信息如下:
could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server2、解决
安装 xcode-select
在终端执行以下安装命令:
$ xcode-select --install