Node.js: tighter integration with Chrome DevTools

some recent changes to node (7.6.0) make it more convenient to debug your code.
most importantly, there is now a –inspect-brk flag which saves you from typing –inspect –debug-brk. that alone will save… Read more

Similar