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

Dereferencing pointers in variables view of Debugger

Started by snaps, March 30, 2009, 01:59:11 PM

Previous topic - Next topic

snaps

Hi,

I read in a post from way back in 2006 that I should be able to dereference a watch in the c::b debugger via a context menu (I assume this means right-clicking on the reference in question).  However, I don't see this option I only see


----------------
Add watch
watch '*this'
----------------
change value...
-----------------
load watch file
save watch file
------------------
delete all watches
-----------------

Has this option been removed or am I being ditsy.

I am using SVN version 5486 on Intrepid.

Cheers,

Tom


Jenna

If it is a local variable or a function argument, you have to add it explicitely to watch window, before you can dereference or edit it.