5

在 Mac 机器上使用 Visual Studio Code 调试 Golang 时,或者如果您升级了 MacOS,您可能会看到以下错误:

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

或者

could not launch process: exec: "lldb-server": executable file not found in $PATH

如何用 delve 解决 vscode 的那些调试问题?

4

1 回答 1

12

通过执行以下命令安装命令行开发人员工具:

xcode-select --install
于 2018-10-04T06:21:50.067 回答