1 Debug
Class Ax.debug
Debug is a singleton object to allow control of a global debug flag during script execution.
Debug state depends on each run and therefore is stored in the script runner
instance obtained from thread local.
Method Summary
Method Detail
Ax.debug.isOn
-
static boolean Ax.debug.isOn()
- Info:
-
Returns the state of the debugger. - Returns:
- boolean
Ax.debug.off
-
static null Ax.debug.off()
- Info:
-
Disables the debugger. - Returns:
- null
Ax.debug.on
-
static null Ax.debug.on()
- Info:
-
Activates the debugger. - Returns:
- null