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:
- Open the script you would like to debug in the Source Editor.
- Place the cursor at the line where you want a breakpoint.
- Press F9 or click on the gray strip to the left of line numbers.