Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: grokkaine on May 07, 2011, 01:00:55 pm

Title: debugging with gdb in code::blocks
Post by: grokkaine on May 07, 2011, 01:00:55 pm
Hi,

I want to debug my program using gdb. I use MingGW as a compiler. I looked for gdb in the MinGW directory but cannot find it. If I try to start debugging I get a message saying the debugger is not set, however in settings gdb appears to be set as debugger, but when I check if it is present at the specified location it is missing. Where should gdb be in the MinGW distro?
Title: Re: debugging with gdb in code::blocks
Post by: oBFusCATed on May 07, 2011, 01:27:12 pm
Have you tried this: http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GDB/GDB-7.2/ ?