Skip to main content Link Menu Expand (external link) Document Search Copy Copied

console overview

Debug via standard browser’s console.

Added in v0.5.0


Table of contents


constructors

consoleDebugger

[UNSAFE] Simple debugger that uses the standard browser’s console

Signature

export declare function consoleDebugger<Model, Msg>(): Debugger<Model, Msg>

Added in v0.5.4