@effectful/debugger
TypeScript icon, indicating that this package has built-in type declarations

1.4.9 • Public • Published

@effectful/debugger (WIP)

This library provides userspace debugging tools.

Programs are harder to debug if they are transpiled with EffectfulJS. We can use source maps to see original sources in debuggers but it won't work on stepping, breakpoints and watching variables values. However, there are new diagnostics utilities are possible or we can debug not-transpiled code, it is possible since it is plain valid JavaScript.

Even if programs don't use EffectfulJS they can get time-traveling and hot-reloading with restoring closure captured variables, restoring program's state from some savepoints and other diagnostics tools.

LICENSE

Distributed under the terms of The MIT License (MIT).

Readme

Keywords

none

Package Sidebar

Install

npm i @effectful/debugger

Weekly Downloads

51

Version

1.4.9

License

MIT

Unpacked Size

15 MB

Total Files

2215

Last publish

Collaborators

  • effectful