during debbugging,
why I can't view an array element?
when index is a variable (arrai[i]) I get Inaccesible value issue
But when index is a const number (array[1]) it works fine.
Please view my picture:
I get the issue with any type of array (simple array of integers or strings or also with multidimensional array of objects)
I use Delphi XE4
How can I fix it?

Try to disable Optimization in the Project Options when run in DEBUG mode.