1.0.1 • Published 9 years ago

bustout v1.0.1

Weekly downloads
6
License
-
Repository
github
Last release
9 years ago

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.