How to debug on macOS 10.10?

General questions regarding the usage of CodeLite
ssawgift
CodeLite Enthusiast
Posts: 17
Joined: Mon Apr 11, 2016 5:33 pm
Genuine User: Yes
IDE Question: C++
Contact:

How to debug on macOS 10.10?

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to debug on macOS 10.10?

Post by eranif »

In yout project settings->general page, select "LLDB Debugger"
lldb.png
Eran
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
ssawgift
CodeLite Enthusiast
Posts: 17
Joined: Mon Apr 11, 2016 5:33 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to debug on macOS 10.10?

Post by ssawgift »

Thanks, that works!
Post Reply