Debug
Command to control the debug logging
|
Please see the debug_log X-Function. |
Syntax:
debug [option] argument
Options:
-log [argument]
Change current debug logging setting, 0 represent turn off logging, 1 represent turn on. If there is no argument, show current debug logging setting.
Examples:
The code below is to disable debug logging
debug -log 0;