Skip to main content

createScopedDebugger

Summary

Create a scoped debugger under a parent namespace

Signature

export declare function createScopedDebugger(parentNamespace: string, childNamespace: string): Debugger;

Parameters

parentNamespace

Type: string Parent namespace (e.g., ‘templates’)

childNamespace

Type: string Child namespace (e.g., ‘liquid’)

Returns

Type: Debugger Create a scoped debugger under a parent namespace

Examples

Example 1