Code::Blocks Forums

User forums => Help => Topic started by: loriwang on September 16, 2007, 10:30:59 am

Title: one question about the debugging windows
Post by: loriwang 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.
Title: Re: one question about the debugging windows
Post by: XayC 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 (http://forums.codeblocks.org/index.php?board=20.0)). All the instructions to install it are in the sticky posts.

Regards, XayC
Title: Re: one question about the debugging windows
Post by: loriwang on September 16, 2007, 11:09:12 am
Thanks XayC, I will try it.