NextGen TotalView for HPC User Guide : PART I An Introduction to NextGen TotalView for HPC : Chapter 3 Basic Debugging : Setting and Running to a Breakpoint (Action Point) : Run Your Program and Observe the Call Stack
Run Your Program and Observe the Call Stack
Run the program by clicking Restart () on the toolbar.
The program halts at the breakpoint with the PC at line 119:
The Call Stack view shows that the program is stopped in the expression() function.
The VAR drawer displays any local variables in scope:
If you move the focus back up the call stack, the local variables in the VAR drawer update for the selected scope and the source related to that frame displays:
RELATED TOPICS 
 
Action points, the Call Stack, and process/thread state