问题
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?
My mac os version is 10.10.4 GDB version installed under /usr/local/bin/gdb - version 7.8.1
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
回答1:
On OSX, the recommended the debugger is LLDB. Please use it instead.
Project settings->general->Debugger, and select "LLDB Debugger"
EDIT, Sep 06: I have uploaded a new OSX build (8.2.3) with this problem fixed.
http://codelite.org/support.php
来源:https://stackoverflow.com/questions/31908650/cannot-launch-debugger-on-macos-using-codelite