无法使用Codelite在MacOS上启动调试器
我弹出无法启动调试器的终端".我已在codelite的gdb选项中设置了gdb路径.还有什么要做的吗?
I get the pop up "Failed to start terminal for debugger".i have set the gdb path in the gdb options of codelite. Is there anything else to be done?
我的Mac OS版本是10.10.4 在/usr/local/bin/gdb下安装的GDB版本-版本7.8.1
My mac os version is 10.10.4 GDB version installed under /usr/local/bin/gdb - version 7.8.1
c项目创建了一个简单的hello世界,以测试Mac OS上的Codelite使用情况,但不幸的是无法启动gdb.编译顺利进行
The c project created a simple hello world to test the codelite usage on mac os and unfortunately not able to launch gdb.The compilation is going through fine
在OSX上,推荐的调试器是LLDB. 请改用它.
On OSX, the recommended the debugger is LLDB. Please use it instead.
项目设置->常规->调试器,然后选择"LLDB调试器"
Project settings->general->Debugger, and select "LLDB Debugger"
编辑,9月6日: 我已经上传了新的OSX版本(8.2.3),该问题已解决.
EDIT, Sep 06: I have uploaded a new OSX build (8.2.3) with this problem fixed.