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!