Module 9
Modifying Application Test Definitions
9-21
•Run
•Abort
•Stop
•Break
•Inspect 
To Use Debug Tools
The Debug tab menu provides the following buttons:
•Run button starts the debug (executes the test flow).  During execution, the label changes to Pause.  
Clicking Pause button pauses the execution, and changes the label to Run that is used to continue the 
debug (execution).
•Abort button aborts the debug (execution).
•Step button executes the highlighted line of the test flow.  Clicking the button repeatedly continues 
the execution by a line.
•Break button sets/releases the break point.  For the break point, this button releases the break point 
from the highlighted line.  Program execution will break at the break point automatically.
•Inspect button is available when the debug (execution) is paused or breaked.  This button opens the 
Variable Inspector used to monitor value of device parameters, test parameters, analysis parameters, 
local variables, or system variables.