New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

diat-node-inspect

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diat-node-inspect

Node Inspect

1.5.2
latest
Version published
Weekly downloads
21
-27.59%
Maintainers
1
Weekly downloads
 
Created

node-inspect

npm install --global node-inspect

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

  • node --debug <file>: Start file with remote debugging enabled.
  • 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>
References

FAQs

Package last updated on 26 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts