Not sure if this is the place to report an anomaly/bug.
We are using CodeBlocks 10.05 (from May) on Debian and wx2.8.10 (32 bit).
In the memory window while debugging, a "Ta" (without quotes) shows up. It only shows up for static variables. If the static variable is greater than 8 bytes, it shows up every 8th byte. This artifact is prolly from gdb for static memory and not handled correctly. I did not find any info on the web about it.
Later,