Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

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