Code::Blocks Forums
User forums => Help => Topic started by: JosephP on June 26, 2008, 11:51:54 pm
-
Hi,
I am coding my own IDE for a programming language I am coding, but the IDE will have the ability to add different compilers for different languages. But, my problem, I just started a new project with the wxWidgets. But I cannot debug, build or run my application. I have not coded none yet, but it will not compile or anything. It says I need to choose my debugger. GDB.exe is selected, but it cannot find it. What am I doing wrong?
-
GDB.exe is selected, but it cannot find it. What am I doing wrong?
You hopefully ensured that GDB is *really* in your path.- If you installed the MinGW compiler suite yourself than GDB is usually *not* included but needs to be downloaded as separate package. Please really make sure you do have gdb.exe and it is in the PATH.