Contains the configurations relevant for debugging purposes.
Path:

debug

Hierarchy

  • DebugConfig

Properties

createProcessDumpOnFailure: boolean

Default: false

True when a minidump of all relevant processes should be created in case of an fatal error.

debug.createProcessDumpOnFailure

disableGPU: boolean

Default: false

True when electron should not use the gpu and switch to pure software rendering.

debug.disableGPU

disableRuntimeScriptPing: boolean

Default: false

True when the runtime script main instance should not be pinged, usefull when you want to debug website code.

debug.disableRuntimeScriptPing

enableRuntimeScriptRemoteDebugging: boolean

Default: false

True when the runtime script system should be remote debuggable.

debug.enableRuntimeScriptRemoteDebugging

inspectBreakRuntimeScript: boolean

Default: false

True when the runtime script system should be debuggable through chrome://inspect and should wait for the debugger to proceed.

debug.inspectBreakRuntimeScript

inspectRuntimeScript: boolean

Default: false

True when the runtime script system should be debuggable through chrome://inspect

debug.inspectRuntimeScript

logBrowserSso: boolean

Default: false

True when significant SSO events should be logged.

debug.logBrowserSso

logElectron: boolean

Default: false

True when electron logs should be written.

debug.logElectron

logVirtualKeyboardSuggestions: boolean

Default: false

True when the virtual keyboard suggestion mode handling should be logged.

debug.logVirtualKeyboardSuggestions

logWebPageAutomation: boolean

Default: false

True when a web page automations should be logged.

debug.logWebPageAutomation

logWebViewConsoleMessages: boolean

Default: false

True when all websites should dump their console messages into the SiteKiosk log.

debug.logWebViewConsoleMessages

logZOrderChanges: boolean

Default: false

True when changes by the ZOrder handler should be logged.

debug.logZOrderChanges

showAdvancedOptionsInDebugWindow: boolean

Default: false

True when the debug window should be displayed advanced options, like devtool overview and some utility tools.

debug.showAdvancedOptionsInDebugWindow

showDebugWindow: boolean

Default: false

True when the debug window should be displayed, this window contains the log window.

debug.showDebugWindow

showRestrictedInputAreas: boolean

Default: false

True when colored rectangles should be displayed to visualize non interactive areas on the screen.

debug.showRestrictedInputAreas

Generated using TypeDoc