News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

New Watches Window - No derefencing of pointers?

Started by Super_Stinger, July 01, 2014, 06:47:03 AM

Previous topic - Next topic

Super_Stinger

Ive recently upgraded from Codeblocks version 10.05 to 13.12

I did some debugging and noticed the Watches window has changed

I remember that in the old watches window i was able to dereference struct pointers to see their contents, it seems that i cant do that here

Is there a way around this in codeblocks?

oBFusCATed

It works as before, so you have to either:
1. add a dereferenced variable
2. add the pointer then select it, right click and the select the "Dereference XXX" menu item.

As far as I remember old watches window works similarly.
(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!]