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.

createDebugger

Deprecated: This function is deprecated and may be removed in a future version.
Beta: This function is in beta and may change without notice.

Summary

Create a namespaced debugger with level-specific methods

Signature

export declare function createDebugger(namespace: string): Debugger;

Parameters

namespace

Type: string The namespace for this debugger (e.g., ‘documenter’, ‘templates’)

Returns

Type: Debugger Create a namespaced debugger with level-specific methods

Examples

Example 1