关于MacOS系统使用Goland等ide debug失败的问题
程序员文章站
2022-07-02 14:43:52
macos系统使用goland等ide debug出现debugserver or lldb-server not found: install xcode’s command line...
macos系统使用goland等ide debug出现debugserver or lldb-server not found: install xcode’s command line tools or lldb-server
前言
笔者笔记本环境为macos,使用「goland」ide,无法对代码进行debug调试,报出错误:could not launch process: debugserver or lldb-server not found: install xcode's command line tools or lldb-server
方法
1.可以先打开「终端」输入:xcode-select --install
,等待安装完成,就可以解决问题啦
2.如果上述方法不能自动下载且报错(笔者就是安装失败,提示已经存在或者其他什么原因,可是我明明没有安装啊!!!),可以自行去 https://developer.apple.com/download/more/ 手动下载安装。
左边输入command line tools,选择对应你xcode版本的。
我的xcode是12.0.1,所以我选择command line tools for xcode12。下载后安装,之后就可以正常debug啦!
到此这篇关于macos系统使用goland等ide debug失败的文章就介绍到这了,更多相关goland ide debug失败内容请搜索以前的文章或继续浏览下面的相关文章,希望大家以后多多支持!