** debugMode() **

debugMode - ISPPY Wiki

# OVERVEIW

The debugMode function makes every command spit out its output


# SYNTAX

To use the debugMode command, type 'debugMode()'

NOTE: If you imported using 'import Lang' then you have to do 'Lang.debugMode()'

# HOW THIS IS ACCOMPLISHED IN PYTHON

This command is made by making a variable called "debug" then in every other function, typing if debug = 1 TxtOut(*Output*)


Next: sysInfo Go back home