I am hoping someone here will know about this. Microchips forum has not helped.

I am using MPLAB 8.63, PicBasic Pro 2.60C, 18F2525 and PicKit3 for debugging.
I am reading GPS - GPGSV sentence data into an array: GPGSV var byte[90]. Then parse the data using the arrayread command.
I am seeing some unexpected data in my parsed data and would like to see the original array to determine where it is coming from.

When I try to Watch the GPGSV array in debug I only get 1 byte for data. I have tried changing the Watch to GPGSV[some index] but that gives an error.

What can I do to see the whole array???