CLI: dprintvariable This command lets you view variables and expressions without having to select or find them.
For example, dprint j returns the value of j:
j = 0x00000005 (5)
CLI: dwhere, dup, and dprint Use dwhere to locate the stack frame, use dup to move to it, and then use dprint to display the value.
Dereferencing Variables Automatically
In most cases, you want to see what a pointer points to, rather than the value of its variable. Use the CLI to automatically dereference pointers.
Dereferencing pointers is especially useful when you want to visualize the data linked together with pointers, since it can present the data as a unified array. Because the data appears as a unified array, you can use NextGen TotalView for HPC’array manipulation commands to view the data.