cannot launch debugger on macos using codelite

纵饮孤独 提交于 2020-01-16 21:59:49

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!