Function: debugMode()
@termwright/driver / debugMode
Function: debugMode()
Section titled “Function: debugMode()”debugMode(
explicit):"all"|"off"|"api"
Defined in: driver/src/debug.ts:32
Reads the debug switch. TERMWRIGHT_DEBUG accepts 1, true, api
(calls, waits, revisions, diagnostics) and all (adds raw PTY traffic).
Parameters
Section titled “Parameters”explicit
Section titled “explicit”boolean | undefined
Returns
Section titled “Returns”"all" | "off" | "api"