NO

Author Topic: Debugger and QuickWatch  (Read 3239 times)

Offline DMac

  • Member
  • *
  • Posts: 272
Debugger and QuickWatch
« on: May 15, 2006, 08:47:43 PM »
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.

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Debugger and QuickWatch
« Reply #1 on: May 16, 2006, 06:08:38 PM »
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