在 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 的那些调试问题?