could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server

0x00 事件

VS 调试 go 的时候,发生了这个错误,导致无法调试:

could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server

0x01 解决

打开终端,运行以下命令,然后安装即可:

$ xcode-select --install
原文地址:https://www.cnblogs.com/nnylee/p/11672926.html