deb.js

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i deb.js

Weekly Downloads

6

Version

0.0.1

License

MIT

Last publish

Collaborators

  • krasimir