Accessing array data in Debug mode

I have not been able to find this answer in Help or the forums:

How do I access the data in larger arrays while in the debugger? I have string array, Adrs[250,5], and when I look at it under the “Variables” tab, I can only see the first 42 rows (up to Adrs[42,3])

I haven’t found anything in the Help document or on line about any limitations.

Thank you for any guidance.

R. Murray

Subject: Accessing array data in Debug mode

What I’ve done in the past is write the array data to the body field of a memo and mail it to myself. A real pain, but it works.