• Emit a structured debug entry to the host dev surface. A NO-OP unless the host has enabled the dev-debug session (isDebugEnabled); in production it does nothing and sends nothing.

    debug.log('info', 'mounted', { activeFile });

    Parameters

    • level: DebugLevel
    • message: string
    • Optionaldata: unknown

    Returns void