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
A debugging tool for Microcosm.
npm install microcosm-debugger
import Debugger from 'microcosm-debugger'
// Enable history forever
const app = new Microcosm({ maxHistory: Infinity })
Debugger(app)