Using Slices in the Lookup Variable Command
When you use the View > Lookup Variable command to display a Variable Window, you can include a slice expression as part of the variable name. Specifically, if you type an array name followed by a set of slice descriptions in the View > Lookup Variable command dialog box, TotalView initializes the Slice field in the Variable Window to this slice description.
If you add subscripts to an array name in the View > Lookup Variable dialog box, TotalView will look up just that array element.
CLI: dprint small_array(5,5)
You can, of course, type an expression into the View > Lookup Variable dialog box; for example, you could type small_array(i-1,j-1).