debug-js

1.0.2 • Public • Published

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.

= 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.

Readme

Keywords

Package Sidebar

Install

npm i debug-js

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • oceanhouse21