News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

"The debugger executable is not set" problem

Started by superman, December 03, 2007, 03:03:18 PM

Previous topic - Next topic

superman

When I try to start debugging ,an window will pop up,saying"The debugger executable is not set.......switch to the "programs" tab.....", sorry but I can't see where the "program" tab is. Help :(

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

fud

i got this error too in my first debugging test with C::B, to solve it i downloaded a version of gdb a part from mingw (it didnt come whith mingw), wich you could find here: http://gd.tuwien.ac.at/gnu/mingw/?fisel=gG (look for gdb-5.2.1-1.exe or  gdb-other-version .exe ).
Just install it over your main mingw folder and done.

ps: sure, i m supossing that you are using the mingw  :D

Malcolmj.

Hi Fud,
Thanks very much for this.
Finally got Code::Blocks working on Vista.

MortenMacFly

Please do not hijack 3 year old threads. Thanks.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]