0.1.6 • Published 11 years ago

nodebug v0.1.6

Weekly downloads
8
License
-
Repository
github
Last release
11 years ago

nodebug

This is a command-line utility that simplifies the process of debugging node scripts using node-inspector.

Installation

npm install -g nodebug

Usage

To debug a typical script:

nodebug "lib\module.js"

To debug unit tests:

nodebug "node_modules\nodeunit\bin\nodeunit" "test\module.js"

What it does

  1. Starts node-inspector
  2. Executes the specified script with the node debugger attached
  3. Launches the debugging interface in Chrome
0.1.6

11 years ago

0.1.5

11 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago