News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

need help on debugging problem!!!!

Started by Mesomorph, December 10, 2011, 12:54:31 PM

Previous topic - Next topic

Mesomorph

i've tried to run the simple "hello world' program,but it doesn't work.An error message popped out "debugger executable is not set,go to setting->compiler and debugger->toolchain executables..i'm using code::blocks 10.05 mingW,windows 7 ..what should i do?? :?: :?: :?: :?:

MortenMacFly

Quote from: Mesomorph on December 10, 2011, 12:54:31 PM
what should i do?? :?: :?: :?: :?:
Do this:
Quote from: Mesomorph on December 10, 2011, 12:54:31 PM
go to setting->compiler and debugger->toolchain executables..
...or don't use the debug command to run your app, but the default "Compile & Run" command (the green instead of the read triangle).
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]