| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
npm install --global node-inspectFor the old V8 debugger protocol, node has two options:
But for the Chrome inspector protol, 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>
| Back | FazBrowse Home | New Git URL |