Page 1 of 1

How to handle 'can't locate gdb at 'gdb'!' on Mac

Posted: Mon Jul 16, 2012 9:07 pm
by eranif
(posting on behalf of cryptocyborg)
I'm a a mac user new to CodeLite ... how can u help me get over the problem of "Failed to locate gdb! at 'gdb'"
Make sure you have gdb installed on your box (you should have it with XCode installation)

Eran

Re: How to handle 'can't locate gdb at 'gdb'!' on Mac

Posted: Tue Jul 17, 2012 3:04 pm
by cryptocyborg
Oh, I see it's out here now. But I still do not have a solution thanks...

Re: How to handle 'can't locate gdb at 'gdb'!' on Mac

Posted: Tue Jul 17, 2012 5:17 pm
by eranif
what happens when you type 'gdb' from a Terminal?

Eran

Re: How to handle 'can't locate gdb at 'gdb'!' on Mac

Posted: Wed Jul 25, 2012 12:52 pm
by LeetShiva
Try to locate gdb in settings -> debugger settings and then write in debugger path /usr/bin/gdb or navigate to /usr/bin and select gdb :)