This course has been updated! We now recommend you take the Introduction to Dev Tools, v3 course.

Check out a free preview of the full Mastering Chrome Developer Tools v2 course:
The "Node.js Debugging Exercise" Lesson is part of the full, Mastering Chrome Developer Tools v2 course featured in this preview video. Here's what you'd learn in this lesson:

In this exercise, students work on debugging a Node.js application.

Get Unlimited Access Now

Transcript from the "Node.js Debugging Exercise" Lesson

[00:00:00]
>> Jon Kuperman: And the exercise here is we've got this page and it takes a longer time than normal. We can kinda see up here how long it takes to load, whereas all the rest of these pages are instant, right? So there's something going on with this one that's taking a long time.

[00:00:13] So we'll wanna mount the node debugger on it and figure out what it is that's taking so long.