Pause and Disable

These settings are ability to mark the line in script to be paused or skipped during the execution.

Pause

Break the script at a specific line will make that line break during the execution. Using F9 or set the Break Point in Property Window to True.

Disable

Disable the script at a specific line will make that line skip during the execution. Using F8 or set the Disable Line in Property Window to True