0.0.1 • Published 10 years ago

deb.js v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

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:

deb.js

Build

  1. npm install uglify-js -g
  2. sh ./build.sh