| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm install --global node-inspectFor the old V8 debugger protocol, node has two options:
But for the Chrome inspector protocol, there's only one: node --inspect <file>.
This project tries to provide the missing second option by re-implementing node debug against the new protocol.
Usage: node-inspect script.js
node-inspect <host>:<port>
node-inspect --port=<port>
| Back | FazBrowse Home | New Git URL |