babel-node-debug icon indicating copy to clipboard operation
babel-node-debug copied to clipboard

node-inspector's node-debug using babel-node

NO LONGER SUPPORTED

Due to official V8 DevTools debugging support via the --inspect flag, supported by babel-node.

babel-node-debug

Use node-inspector's node-debug command with babel-node!

Execute on any file to immediately run and inspect with Chrome Developer Tools.

Install

npm install -g babel-node-debug

Run

# Option 1
babel-node-debug path/to/file.js

# Option 2 (alias)
bode-debug path/to/file.js

Happy Debugging :smile: