Skip to content

Instantly share code, notes, and snippets.

@Psvensso
Created April 19, 2018 06:36
Show Gist options
  • Save Psvensso/bfada94274989de5fd66bc8355be57fe to your computer and use it in GitHub Desktop.
Save Psvensso/bfada94274989de5fd66bc8355be57fe to your computer and use it in GitHub Desktop.
Node debugging with Chrome debugger
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