Failed to locate gdb !
-
- CodeLite Curious
- Posts: 1
- Joined: Tue Apr 08, 2014 9:05 am
- Genuine User: Yes
- IDE Question: Cpp
- Contact:
Failed to locate gdb !
I just installed codelite for mac os x mavericks , a setup the workspace, create a project and add a hello world c file, but when building shows a message saying that the "Failed to locate gdb! at 'gdb'" . could someone help through the config setup process ??
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Failed to locate gdb !
You need to install gdb (it does not come on OSX by default)
Eran
Eran
Make sure you have read the HOW TO POST thread
- Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: Failed to locate gdb !
Do you have gdb installed in your system ?
("Soon", Codelite will support lldb )
("Soon", Codelite will support lldb )
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Failed to locate gdb !
Hey! In trunk, the support for lldb is fairly good - it already supports the following:Jarod42 wrote:("Soon", Codelite will support lldb )
- allows full program control (next, step, step-in etc)
- Breakpoints management is completed
- Show backtrace
- Display local variables (there is a small bug with the vaules displayed atm, will be fixed soon)
Once tooltip support is added - we are good to go
Of course, it will take some time until we get the level of support as gdb, but we are getting there
Eran
Make sure you have read the HOW TO POST thread