cannot launch debugger on macos using codelite

前端 未结 1 855
暖寄归人
暖寄归人 2021-01-28 09:04

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 i

相关标签:
1条回答
  • 2021-01-28 09:14

    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

    0 讨论(0)
提交回复
热议问题