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

相关文章:

  • 2021-05-23
  • 2021-10-23
  • 2021-05-20
  • 2021-11-13
  • 2022-02-21
  • 2022-12-23
猜你喜欢
  • 2021-07-14
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
相关资源
相似解决方案