Thursday, May 11, 2017

How do you debug a script file that is executed using NodeJS?

node --inspect --debug-brk index.js

Read more: https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27

No comments:

Post a Comment