This is a tool to preview JavaScript values inline without running debugging. Inspired by demo from Bret Victor.
Build with:
- Editor - monaco-editor
- JavaScript parser - acornjs
git clone https://github.com/Yadro/js-core-debugger
cd js-core-debugger
npm i
npm start
open http://localhost:9000/
Helpful link https://astexplorer.net/