Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sidorares/ni

script to simplify node-inspector debugger workflow
https://github.com/sidorares/ni

Last synced: 21 days ago
JSON representation

script to simplify node-inspector debugger workflow

Awesome Lists containing this project

README

        

ni
==

script to simplify node-inspector debugger workflow. Does [this](https://github.com/node-inspector/node-inspector#enable-debug-mode) and [this steps](https://github.com/node-inspector/node-inspector#debugging) for you by spawning node with debugger agent,
node-inspector server and browser with UI (using [browser-launcher](https://github.com/substack/browser-launcher))

Installation
============

npm install -g ni

Usage
=====
ni script-to-debug.js


TODO
====
- handle automatically coffe-script and mocha
- command line switches
- attach to pid