of.set.debug#

of.debug *mode* <bool>

Set the Boolean to whether turn on the debug mode. Please noted that debug means writing log information in the .log file, not the compiled debug mode.

Parameters:

mode: turn on or turn off the debug mode.

Example:

# Default
of.set.debug ON
# Debug mode OFF
of.set.debug OFF