| |||
| Home > The Code and Replay Views > The replay view > Replay view contextual menu options | |||
The enabling of instruction trace replay collection also affects the contextual menu commands. In all three views - source, disassembly, and trace - you now have the ability to set and remove breakpoints and jump forward and backward between instruction instances.
Set Breakpoint - Sets a breakpoint at the current location. The Run Forward and Run Backward commands can then be used to move the trace position between breakpoints.
Remove Breakpoint - If a breakpoint is currently set in the selected code, this menu option removes it.
Disable Breakpoint - Disabling a breakpoint causes the ARM Profiler to ignore it without actually deleting it. This makes it easy to toggle a breakpoint on and off without having to find the location again.
Run Forward to Selection - Runs forward to the next instance of the currently selected instructions, the next breakpoint, or the end of the program trace.
Run Backward to Selection - Runs backward to the previous instance of the currently selected instructions, the previous breakpoint or the beginning of the program trace.
Run Forward off Selection - Runs forward to the next unselected instruction, the next breakpoint, or the end of the program trace.
Run Backward off Selection - Runs backward to the previous unselected instruction, the previous breakpoint, or the beginning of the program trace.
Jump to Previous Instance in Replay - Has the same
functionality as the
menubar
button. It moves the trace indicator to the previous instance of
the current instruction, ignoring breakpoints.
Jump to Next Instance in Replay - Has the same functionality
as the
menubar button.
It moves the indicator to the next instance of the instruction,
ignoring breakpoints.