Search code examples
node.jsdebuggingremote-debugging

What's the difference between node-debug and node-inspector?


Looks like node-debug is a shell around node-inspector? When should each be used?


Solution

  • If you install node-debug, you only get access to the node-debug command.
    If you install node-inspector, you will have both the node-debug command and the node-inspector command that includes more options, see https://www.npmjs.org/package/node-inspector

    All node-debug is

    Quick and easy wrapper for node-inspector

    From https://www.npmjs.org/package/node-debug