Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 578 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 578 Bytes

Heads up! This project is no longer maintained. We've moved all Microcosm debugger related work to a browser extension:

https://github.com/vigetlabs/microcosm-debugger


Microcosm Debugger

A debugging tool for Microcosm.

Usage

npm install microcosm-debugger
import Debugger from 'microcosm-debugger'

// Enable history forever
const app = new Microcosm({ maxHistory: Infinity })

Debugger(app)

What it looks like

what the microcosm debugger looks like