Page 1 of 1

Do I need to install a seperate GDB?

Posted: Fri Jun 06, 2008 6:45 pm
by stoneyrh
I am going to use CodeLite on Windows. Start with a very simple program, I can build the program and run it with CTRL+F5, but I can't debug it. The output from the Trace panel says it can find the gdb.
So do I need to install a seperate GDB for CodeLite?

Re: Do I need to install a seperate GDB?

Posted: Fri Jun 06, 2008 7:04 pm
by eranif
stoneyrh wrote:So do I need to install a seperate GDB for CodeLite?
Yes, CodeLite does not come with gdb bundled.
Here is a direct link for the download:
http://sourceforge.net/project/showfile ... _id=594520

Eran

Re: Do I need to install a seperate GDB?

Posted: Sun Jun 08, 2008 12:22 pm
by stoneyrh
I got it and works fine.
Thank you very much for your help.