Debugger and QuickWatch

Started by DMac, May 15, 2006, 08:47:43 PM

Previous topic - Next topic

DMac

Hello Pelle,

I am not sure if this has been requested somewhere here before, but given array *foo; it would be nice to be able to enter the following into the Debugger watch or the QuickWatch:
    foo[2]
and to see the contents.

Thanks for providing this great development environment!

-DMac
No one cares how much you know,
until they know how much you care.

Pelle

Hello DMac,

Quote from: "DMac"I am not sure if this has been requested somewhere here before, but given array *foo; it would be nice to be able to enter the following into the Debugger watch or the QuickWatch:
    foo[2]
and to see the contents.
Yes, I agree. I have already added support for (some cases of) pointer[index] to the next release - the first beta will be uploaded soon. It works for 'basic' types like int and float, but not for 'complex' types. An array of structures will not work, for example. This really complicate things internally, so I have choosen not to support this (for now)...

Quote from: "DMac"
Thanks for providing this great development environment!
Thanks! Appreciated...

Pelle
/Pelle