bustout

1.0.1 • Public • Published

bustout.js

Bustout out of your code into a REPL - Great for Debugging

why?

Bustout aims to speed development up by allowing you to bustout into a REPL once you hits a specific point in your code, this allows you to inspect what is going on and test multiple changes before continuing.

usage

in any part of your code add:

require('bustout')(context);

the context is a reference to the variables you want to inspect, or be able to execute.

Readme

Keywords

none

Package Sidebar

Install

npm i bustout

Weekly Downloads

1

Version

1.0.1

License

none

Last publish

Collaborators

  • raadad