[quote author="Duck" date="1305323195"]In Locals and Watchers, context menu of your pointer's entry, select "Watch Expression". This creates a new watched expression below.
There, double click on the entry in the "Names" column, and add "@10" to display 10 entries.
[/quote]
As Duck say, you must specify the size of array when you inspect it as MyArr@Size for one dimensional array, MyArr@Size2@Size1 for two dimensional array and so on. In there the Size parameter can be a value and the variable from the current scope. Then you can easily collaps and expand your array elements in your whatch list. You can also spesify the Size parameter as SizeN x...x Size2 x Size1, where Size1, Size2,...SizeN are sizes of dimensions of your array. In this case you will see all elements of your array in one column.