A leightweight debugger for JavaScript
npm install debug-jsBy Oceanhouse21

debug-js is a leightweigt debugger for Javascript.
```
npm install debug-js -g
In any source file include the module.
`javascript`
d = require('debug-js')
Show values of all own properties of an object in console:
`javascript
object = {
prop1: 'value',
prop2: 'other value',
}
d.s(object)
// prop1: value
// prop2: value
``
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.