Skip to main content

enableDebug

Summary

Enable or disable debugging programmatically

Signature

export declare function enableDebug(namespaces: string): void;

Parameters

namespaces

Type: string Comma-separated list of namespaces to enable

Returns

Type: void Enable or disable debugging programmatically

Examples

Example 1