Skip to content

Breakpoints

Purpose

Breakpoints stop execution of the test at a specific line in the script. They allow you to investigate program state, and trace execution flow.

Usage

To set a Breakpoint:

  1. Open the script you would like to debug in the Source Editor.
  2. Place the cursor at the line where you want a breakpoint.
  3. Press F9 or click on the gray strip to the left of line numbers. breakpoint

See Also