An aggregate variable; that is, an array, a structure, a class, and so on. Its value cannot be displayed in one line. Consequently, TotalView just gives you some information about the variable. To see more information, dive on the variable. After diving, TotalView displays the variable in a Variable Window.
When you place an aggregate variable in the Expression column, you need to dive on it to get more information.
An element in an array of structures. If TotalView can resolve what you enter in the
Expression column into a single value, it displays a value in the
Value column. If TotalView can’t, it displays information in the same way that it displays information in the
d1_array example.
An element in an array of structures. This expression differs from the previous example in that the array index is an expression. Whenever execution stops in the current thread, TotalView reevaluates the
i-1 expression. This means that TotalView might display the value of a different array item every time execution stops.