Codelite fails to locate' gdb'
-
- CodeLite Curious
- Posts: 5
- Joined: Fri Sep 21, 2012 2:46 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Codelite fails to locate' gdb'
Having had to recently reinstall Lion OSX I'm having problems debugging programs that previously could be debugged OK. The message I'm now getting is: 'Codelite Failed to locate gdb! at 'gdb'. Can anybody assist with a suggestion as to how to sort this out? I've tried reinstalling Codelite but this didn't solve the issue. Any suggestions would be welcome... Thx
- Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: Codelite fails to locate' gdb'
For 'global settings'
Check in Settings... -> Debugger Settings...
Check if gdb if in your PATH (if your path is empty)
gdb path may be overwritten per project settings:
Check in your project setting :
Common settings : Debugger
Check in Settings... -> Debugger Settings...
Check if gdb if in your PATH (if your path is empty)
gdb path may be overwritten per project settings:
Check in your project setting :
Common settings : Debugger
-
- CodeLite Curious
- Posts: 5
- Joined: Fri Sep 21, 2012 2:46 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite fails to locate' gdb'
Hi Jarrod42
Thx for Ur reply. I solved the problem by reinstalling Apple Command Line Tools. Clearly these do not come as standard with the Lion OS !
Thx for Ur reply. I solved the problem by reinstalling Apple Command Line Tools. Clearly these do not come as standard with the Lion OS !