User forums > Help
Cant figure out how to debug.....
the-moon:
I'm trying to debug my C++ app, mingw32 for the complier.
But I'm having some trouble....
I try to debug and it says "Debugger executable not set. To set it, goto " etc
So, i goto project properties, then i goto "Projects build options"
I select "Produce Debugging Symbols"
After that i rebuild my project and try to debug again. And it tells me the same error again.
Could anyone please explain to me what I'm doing wrong....
Urxae:
Go to Settings -> Compiler, tab "Programs". Debugger should be set to gdb.exe
the-moon:
Yeah its set to gdb.exe.
MortenMacFly:
--- Quote from: the-moon on November 18, 2005, 07:23:43 pm ---Yeah its set to gdb.exe.
--- End quote ---
Did you veryify that you actually have a gdb.exe in the path? Are you using the Code::Blocks MinGW version? If not and you've donwloaded the MinGW package from somewhere else the debugger might be really missing.
Morten.
the-moon:
--- Quote from: MortenMacFly on November 18, 2005, 08:19:36 pm ---Did you veryify that you actually have a gdb.exe in the path? Are you using the Code::Blocks MinGW version? If not and you've donwloaded the MinGW package from somewhere else the debugger might be really missing.
Morten.
--- End quote ---
Yes gdb.exe is in my bin folder for codeblocks and yes i downloaded codeblocks Mingw version.
Navigation
[0] Message Index
[#] Next page
Go to full version