debug_mode

Variable for controlling the debugger.

Range:

3  - Perform a single step ahead, skip over functions (lite-C only).
2  - Perform a single step ahead, step into functions.
1  - Debugger is active, script execution is halted.
0  - Run until next breakpoint.
-1 - Run and ignore all further breakpoints.

type:

var

Remarks:

Example:

debug_mode = 0 // run until next breakpoint

See also:

Debugging, debug_external, wait

► latest version online