前言
笔者笔记本环境为MacOS,使用「Goland」IDE,无法对代码进行debug调试,报出错误:could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server
在搜索引擎上找了一些解决方案,好几个文章都是有坑的,最后在一篇解决「vscode」IDE无法debug的文章中解决了这个问题。
过程
打开「终端」,输入:xcode-select --install
等待安装完成,问题即解决!
参考:
https://golangcode.top/2018/08/10/mac-vscode-delve-error/
本文介绍在MacOS环境下使用Goland IDE时遇到的无法进行代码调试问题及其解决方案。通过安装Xcode的命令行工具,成功解决了couldnotlaunchprocess:debugserverorlldb-servernotfound的错误。
8573

被折叠的 条评论
为什么被折叠?



