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?
Do I need to install a seperate GDB?
-
- CodeLite Curious
- Posts: 4
- Joined: Fri Jun 06, 2008 6:28 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Do I need to install a seperate GDB?
Yes, CodeLite does not come with gdb bundled.stoneyrh wrote:So do I need to install a seperate GDB for CodeLite?
Here is a direct link for the download:
http://sourceforge.net/project/showfile ... _id=594520
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Fri Jun 06, 2008 6:28 pm
- Contact:
Re: Do I need to install a seperate GDB?
I got it and works fine.
Thank you very much for your help.
Thank you very much for your help.