Debugging the Script

To test out the current scipt, click the Debug button to begin.

The activity that is currently being performed will be highlighted

The Output will display actions occuring including Variables being set.
Break Points

To pause the testing at a specific activity, select the activity that you want to pause at.

Click he Toggle Breakpoint button.

A breakpoint is added on the selected activity. The script will pause at this activity until you click the Debug button to continue.
Selecting the activity and clicking the Toggle Breakpoint button will remove the breakpoint.