How to debug on macOS 10.10?
-
- 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?
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?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to debug on macOS 10.10?
In yout project settings->general page, select "LLDB Debugger"
EranYou do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
-
- 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?
Thanks, that works!