Created
April 19, 2018 06:36
-
-
Save Psvensso/bfada94274989de5fd66bc8355be57fe to your computer and use it in GitHub Desktop.
Node debugging with Chrome debugger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Node.js V8 --inspector Manager (NiM) as a Chrome extension (work great!) | |
or start debugger listener manually or with some other tool. | |
Then fire up your node process with the debugg flag. | |
node --inspect-brk ./somenodepath/webpack.js | |
Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment