DEBUG keyword

Enables debug details, for example displays the ZONE objects on screen or the CONSOLE logs. It is possible to use multiple DEBUG calls. Only once a DEBUG call is found in the execution of the script that the following lines are enabled for debugging, so it is recommanded to use the DEBUG command at the start of the script.

Syntax

DEBUG

Example

DEBUG

Go back to list of Keywords.