【发布时间】:2019-03-09 11:08:49
【问题描述】:
在 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的调试问题?
【问题讨论】: