Author Topic: debuging  (Read 2964 times)

farzaneh

  • Guest
debuging
« on: October 08, 2009, 04:04:56 pm »
i install cose::clocks just now. i wana use its debuger but the "go to cursor=F4" is not active in DEbug menu. how can i active this?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: debuging
« Reply #1 on: October 08, 2009, 04:21:06 pm »
i install cose::clocks just now. i wana use its debuger but the "go to cursor=F4" is not active in DEbug menu. how can i active this?
...version?
...platform?
...gdb installed?
...gdb correctly configured in the tool chain options (compiler settings)?
...gdb version?
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

leonatrix

  • Guest
Re: debuging
« Reply #2 on: October 12, 2009, 09:44:01 pm »
i had the same problem, looks like you need to do is create a project, but you must include the libraries for the proyect in that case, you'll can use debugger, try to get the JN-UG-3028 Code::Blocks IDE User Guide.

i hope you help to...