Author Topic: need help on debugging problem!!!!  (Read 6368 times)

Mesomorph

  • Guest
need help on debugging problem!!!!
« on: December 10, 2011, 12:54:31 pm »
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?? :?: :?: :?: :?:

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: need help on debugging problem!!!!
« Reply #1 on: December 10, 2011, 02:55:08 pm »
what should i do?? :?: :?: :?: :?:
Do this:
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ