Author Topic: one question about the debugging windows  (Read 2586 times)

loriwang

  • Guest
one question about the debugging windows
« on: September 16, 2007, 10:30:59 am »
I run the codeblocks-1.0rc2_mingw.exe and unselected all contributed plugins during the installation. There are only two choices in debugging windows item, back-trace and cpu. But seems there should be more choices. Like breakpoints, call stack, watches. So, how can I find them cause call stcak and watches are usefull to me.

Offline XayC

  • Multiple posting newcomer
  • *
  • Posts: 94
Re: one question about the debugging windows
« Reply #1 on: September 16, 2007, 10:46:56 am »
It's because you are using Code::Blocks 1.0 RC2, that version, even if tagged as a Release Candidate is pretty old.
You should use a Nightly Build instead (http://forums.codeblocks.org/index.php?board=20.0). All the instructions to install it are in the sticky posts.

Regards, XayC

loriwang

  • Guest
Re: one question about the debugging windows
« Reply #2 on: September 16, 2007, 11:09:12 am »
Thanks XayC, I will try it.