Checks if IPC debugging is currently enabled.
True if debugging is enabled, false otherwise.
export function isIpcDebuggingEnabled(): boolean { return enabled;} Copy
export function isIpcDebuggingEnabled(): boolean { return enabled;}
Checks if IPC debugging is currently enabled.