Displaying Array contents in Debug

Morbid Curios

Member
Licensed User
Longtime User
I just hit an error in my code and I realised while debugging that one of the several large arrays has an incorrect entry near the end, but when I hover over the array it will only show me show me part of the array contents in the tool tips pop up box.

Is there any way to see the whole contents of the array once it goes over this limit?

Else could you have the Array name clickable in the Global/Vocal Variables windows with some kind of display showing the full contents?

I use arrays all the time and this would be a HUGE help
Thanks.
 
Top