Debug Options
You can choose to enable various additional debugging features for a given session. Select the Debug Options tab to launch options.
Depending on the type of debug session, different options are available:
*New Program and New Parallel Program windows
These two windows’ options include Reverse Debugging, Memory Debugging, and CUDA Debugging.
 
 
*Attach to a running program window
The Attach to a running program window includes Reverse Debugging and a special Attach Option.
 
 
Figure 10 Attach Options
*Reverse Debugging. Record all program state while running and then roll back your program to any point.
The Enable ReplayEngine check box is visible only on Linux-x86-64 platforms. If you do not have a license for ReplayEngine, enabling the check box has no effect, and TotalView displays an error message when your program begins executing. Selecting this check box tells TotalView that it should instrument your code so that you can move back to previously executed lines.
*Memory Debugging. Track dynamic memory allocations. Catch common errors, leaks, and show reports.
Enabling memory debugging here is the same as enabling it within MemoryScape or using the Process Window’s Debug> Enable Memory Debugging command.
The Enable memory debugging and Suppress memory error notifications check boxes perform the same functions as the Enable memory debugging and On memory event, halt execution checkboxes do within the Advanced Options on MemoryScape’s Memory Debugging Options page. This is the equivalent of the basic Low setting.
*CUDA Debugging. Detect global memory addressing violations and misaligned memory accesses for CUDA-based programs.
*Attach Options. If you have created a group in previous TotalView sessions, it is displayed in the drop-down so you can select it. Otherwise, the default is to create a new group to contain all processes attached to in this session.
related topics
More on MemoryScape in Debugging Problems with MemoryScape
“Using the CUDA Debugger” in the Classic TotalView User Guide