Goland debug失败

在使用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
等待安装完成,问题即解决!

猜你喜欢

转载自www.cnblogs.com/binHome/p/11883436.html