“Turning off” debugging
- Click the Design tab.
- Remove the debug(1) instruction from the script, or make it into a comment.
Remember that you will need to “turn off” debugging in every script or function that includes the debug(1) instruction.
The debug(0) instruction
- You can also turn off debugging by adding the debug(0) instruction to the scripts and functions you are debugging.
- Be sure to include it in every script or function that has a debug(1) instruction.
Halt and exit the Debugger.