NO

Author Topic: Watching the Data in arrays of greater than 100 entries  (Read 2365 times)

loz10

  • Guest
Watching the Data in arrays of greater than 100 entries
« on: January 05, 2015, 03:19:13 PM »
Hi,

Can anyone tell me if it's possible to watch the elements of an array of data with greater than 100 entries?

The debugger looks to be limited to watching 100 entries (0 to 99).

I don't need to see all of the array just particular entries that I want to specify. I can change the code to copy the entries to something I can watch but I really don't want to add this to the code at this stage, but I will if that's the only way.

Thanks

Loz

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Watching the Data in arrays of greater than 100 entries
« Reply #1 on: January 06, 2015, 03:35:32 PM »
Tools->options debug tab.
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

loz10

  • Guest
Re: Watching the Data in arrays of greater than 100 entries
« Reply #2 on: January 06, 2015, 04:59:17 PM »
Thank you very much for that, Frankie.

And apologies for not finding it myself, I thought I had looked at all the options!

Loz