0.1.1 • Published 13 years ago

nodebug v0.1.1

Weekly downloads
8
License
MIT
Repository
github
Last release
13 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. Executes the specified script with the node debugger attached (i.e. --debug-brk)
  2. Starts node-inspector
  3. Launches the debugging interface (i.e. Chrome)
0.1.6

12 years ago

0.1.5

13 years ago

0.1.2

13 years ago

0.1.1

13 years ago

0.1.0

13 years ago