Skip to content

Easier way to quickly open node-inspector; feels more like an app than a browser tab.

Notifications You must be signed in to change notification settings

cspotcode/easy-node-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-node-inspector

Quick-and-dirty CLI interface to node-inspector; makes it a bit easier to open the debugger.

$ npm install -g easy-node-inspector
$ easy-node-debug ./my-script.js

Unlike node-inspector, which requires accessing web inspector in the browser, this launches it as its own app via nw.js. It also finds free web and debug ports, so you don't have to worry about specifying those.

TODO list

  • quickly attach to already-running node process
  • list running processes and their PIDs?
    • Can use tasklist or node-ps
  • Can you run two debuggers at once?

About

Easier way to quickly open node-inspector; feels more like an app than a browser tab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published