Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
/ node-inspect Public archive

Code that's now part of node, previously `node debug` for `node --inspect`

License

Notifications You must be signed in to change notification settings

nodejs/node-inspect

Open more actions menu

node-inspect

npm install --global node-inspect

For the old V8 debugger protocol, node has two options:

  1. node --debug <file>: Start file with remote debugging enabled.
  2. node debug <file>: Start an interactive CLI debugger for <file>.

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>

References

About

Code that's now part of node, previously `node debug` for `node --inspect`

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors 17

Morty Proxy This is a proxified and sanitized view of the page, visit original site.