Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
New Watches Window - No derefencing of pointers?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: New Watches Window - No derefencing of pointers? (Read 4470 times)
Super_Stinger
Multiple posting newcomer
Posts: 10
New Watches Window - No derefencing of pointers?
«
on:
July 01, 2014, 06:47:03 am »
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?
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: New Watches Window - No derefencing of pointers?
«
Reply #1 on:
July 01, 2014, 09:52:24 am »
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.
Logged
(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!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
New Watches Window - No derefencing of pointers?