ok, now, watched.
By http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks
However, for pointer, it only shows the address.
Unlike Visual Studio or Eclipse, some times, it may display the values that this pointer is pointing to.
So, how to see the values that this pointer is pointing to?
In my case:
m_pImgRetrieved = 0x84d7d18
I'd love to watch
instead. How to ?
Best Regards
JIA