在使用goland使用debug调试代码出现
API server listening at: 127.0.0.1:56871
could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server
解决方案
打开「终端」,输入:xcode-select --install
等待安装完成,问题即解决!
在使用goland使用debug调试代码出现
API server listening at: 127.0.0.1:56871
could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server
解决方案
打开「终端」,输入:xcode-select --install
等待安装完成,问题即解决!