Skip to main content
Module

x/debug/mod.ts>Debugger

📝 Tiny debugging utility
Latest
class Debugger
import { Debugger } from "https://deno.land/x/debug@0.2.0/mod.ts";

Constructors

new
Debugger(manager: DebugManager, namespace: string)

Properties

enabled: boolean
last: number
manager: DebugManager
ns: string

Methods

log(fmt: string, ...args: unknown[]): void