Breakpoints stop script playback at a specific step during debugging and allow you to step through the script so you can evaluate each step and fix the problem.
1. Run the script and determine where problems occur.
2. Select a script step and choose Debug > Toggle Breakpoint.
A breakpoint, indicated by a red circle, is inserted. You can add multiple breakpoints.
Note: Breakpoints cannot be set for comments, outlined steps, or empty lines.
3. To remove a breakpoint, select the step with the breakpoint and choose Debug > Toggle Breakpoint. To remove all breakpoints, choose Debug > Remove All Breakpoints.
Tip: You can also click the area left of the script line number to toggle a breakpoint.