Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: darkwalk on March 25, 2006, 07:42:09 pm
-
Hi: Within the watch window during debugging, i have noticed one pacularity (feature?). Say I have an array asdf[3]. If asdf has all zero, the watch windows will show asdf being zero and one element long. The same thing happens if all the elements of asdf are 1. Is this a feature of code::blocks? If so, is there an option to turn it off? I'd like to every element of my array even if they are duplicated. Thanks!
-
It's a bug (http://developer.berlios.de/bugs/?func=detailbug&bug_id=6687&group_id=5358).
-
Okay. Thanks!