Page 1 of 1

How to debug on macOS 10.10?

Posted: Mon Jul 18, 2016 4:18 pm
by ssawgift
Starting with 10.10 (not sure) Xcode does not provide the traditional gdb component. I installed the latest CodeLite 9.20 on macOS Sierra beta 2, but not able to launch debugging. How to configure CL to use LLDB instead?

Re: How to debug on macOS 10.10?

Posted: Mon Jul 18, 2016 4:29 pm
by eranif
In yout project settings->general page, select "LLDB Debugger"
lldb.png
Eran

Re: How to debug on macOS 10.10?

Posted: Mon Jul 18, 2016 4:48 pm
by ssawgift
Thanks, that works!