NextGen TotalView for HPC User Guide : PART II Debugging Tools and Tasks : Chapter 6 Examining and Editing Data : The Data View : Adding Variables to the Data View
Adding Variables to the Data View
Once you have started your program and then it has stopped at a breakpoint or by using a stepping command, the Local Variables view populates with local data from whatever stack frame is selected in the Call Stack. The Source view is also refocused on the source file associated with the selected frame.
To add expressions, i.e. variables, to the Data View, use one of these methods:
Add to the Data View from the Local Variables View using either the context menu or by dragging and dropping.
Creating a New Expression by Diving on a Variable in the Data View.
Entering a New Expression into the Data View.
Move an Expression or Variable from the Source View to the Data View using the context menu.
NOTE >> Because global variables are not displayed in the Local Variables view, add them to the Data View by typing them in directly. See "Entering a New Expression into the Data View".