0.0.1 • Published 11 years ago
deb.js v0.0.1
deb.js
Minimalistic JavaScript library for debugging in the browser
Usage
Add deb.min.js at the top of your page. Before every other script file.
<script src="deb.min.js"></script>Add .deb() After the definition if your functions.
var calculateSomething = function(cb) {
	// ...
}.deb();Open your console. You should see something like that:

Build
npm install uglify-js -gsh ./build.sh
0.0.1
11 years ago