Looks like node-debug is a shell around node-inspector? When should each be used?
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