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