Goland debug失败
Posted binhome
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
等待安装完成,问题即解决!
以上是关于Goland debug失败的主要内容,如果未能解决你的问题,请参考以下文章
goland部分go代码显示unable to resolve并报红问题