【问题标题】:Visual Studio Code Debug Error with Delve Debugger使用 Delve 调试器的 Visual Studio Code 调试错误
【发布时间】: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的调试问题?

【问题讨论】:

    标签: visual-studio-code delve


    【解决方案1】:

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

    xcode-select --install
    

    【讨论】:

      猜你喜欢
      • 2016-12-27
      • 2017-09-20
      • 1970-01-01
      • 1970-01-01
      • 2020-01-06
      • 1970-01-01
      • 1970-01-01
      • 2022-08-11
      相关资源
      最近更新 更多