前言
笔者笔记本环境为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/