Enables or disables IPC debugging without affecting the collector.
True to enable, false to disable.
export function setIpcDebuggingEnabled(value: boolean): void { enabled = value;} Copy
export function setIpcDebuggingEnabled(value: boolean): void { enabled = value;}
Enables or disables IPC debugging without affecting the collector.