I ran into a problem using the debugger in a report program.
Whenever I hovered over a field, I received the message "array out of bounds". Everything else works okay. This is an inherited program that I do not want to rewrite - it has a large number of fields including several arrays of 500.
Since nothing else has this problem, I am thinking I have run into a size limitation of the debugger for variable handling.
Has anyone else run into this before or have any ideas?
0