Debugging in 2017 with Node.js
Video Statistics and Information
Channel: Paul Irish
Views: 57,019
Rating: undefined out of 5
Keywords: node.js, node, debugging, javascript
Id: Xb_0awoShR8
Channel Id: undefined
Length: 14min 56sec (896 seconds)
Published: Thu Sep 14 2017
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
That little stutter at the beginning is so distracting.
The Jet Brains Node Debugger (WebStorm, IDEA, etc.) is so much easier to use than the Chrome debugger and has all the features.
I'm surprised he didn't demo the async callstack feature in Node 8...
Was just using yarn add global node-inspector and node-debug. Iβve been in the dark ages! Thanks for posting!