1.0.2 • Published 9 years ago

debug-js v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

debug-js

By Oceanhouse21

Build Status

debug-js is a leightweigt debugger for Javascript.

INSTALLATION

npm install debug-js -g

In any source file include the module.

d = require('debug-js')

USAGE

Show values of all own properties of an object in console:

object = {
  prop1: 'value',
  prop2: 'other value',
}

d.s(object)
// prop1: value
// prop2: value

LICENSE

MIT License. Copyright 2014-2015 Oceanhouse21 GmbH. http://www.oceanhouse21.com

You are not granted rights or licenses to the trademarks of Oceanhouse21 GmbH, including without limitation the traffic-fine-calculator name.

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago