News:

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

Main Menu

Slow watches, often does not respond

Started by phufhi, September 12, 2012, 09:05:51 PM

Previous topic - Next topic

phufhi

Hello,

Code::Blocks acts normally until I press the watches button.
It slows down everything, and often does not respond until it is finished loading (sometimes this takes a few minutes).
As far as I know, this problem has only occurred with this particular program, even though I've made more memory heavy programs.
It is also worthy noting the program has absolutely no problem compiling or running (it easily runs over 100 fps).
I use Code::Blocks version 10.05 and the MinGW compiler that came with it.

Can this be fixed?

Thanks in advance!

oBFusCATed

Not easily, but we are working on it.

To minimize the problem:
Use fewer watches, only the watches you currently need.
Don't dereference larger objects.
Disable the locals and function arguments.

Try a nightly build, for easier management of watches.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

phufhi