I just noticed that the watcher doesn't display debug
information on multi-dimensional arrays that start with a
zero index. For example
array[0][0]
to
array[0][n]
would not be seen in the watcher.
but [1][0] would...
just thought i would let you know... :)