You are currently viewing Debugging Node.js with Paul Irish

Debugging Node.js with Paul Irish

  • Post comments:4 Comments



While we’ve all used the trusty console.log for debugging our application, Node now has far more powerful debugging capabilities. Paul will demonstrate improved workflows for debugging, profiling and understanding your app using the DevTools Protocol. He will also share more advanced techniques for automating and monitoring Node.

Talk given by Paul Irish at Node Summit 2017.

Thanks to Node Summit for giving us permission to post this talk. freeCodeCamp is not associated with this talk. We’re just excited to bring more exposure to to it!

Learn to code for free and get a developer job: https://www.freecodecamp.com

Read hundreds of articles on programming: https://medium.freecodecamp.com

And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp

source

This Post Has 4 Comments

  1. Mitch G

    so much good content being uploaded here

    so little time to stop and listen ffs

  2. The main question is if my package.json script is not " node …..", maybe it is "gulp …" or "nodemon …." , what should I do to debug then?

Leave a Reply