Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

egghead.io

Debug JavaScript in Chrome with DevTool Sources

via egghead.io

Overview

This course examines the Sources panel in the Chrome DevTools, which allows you to see what files are responsible for the various things on the screen. Bundled into this panel, though, is the single most useful tool for any JavaScript developer - the JavaScript Debugger. We’ll use the Debugger to inspect JavaScript as it runs, allowing you to watch (and even interact with) the state of your application as it runs in ways that’ll blow your mind if you’ve mostly used console.log to debug your applications to this point.

Syllabus

  • Examine a Running App with the Chrome Debugger
  • Examine a Page's Source Resources with Chrome DevTools
  • Unbundle your JavaScript with Source Maps in Chrome DevTools
  • Use Snippets to Store Behaviors in Chrome DevTools
  • Set Breakpoints for the Chrome Debugger

Taught by

mykola bilokonsky

Reviews

4.3 rating at egghead.io based on 224 ratings

Start your review of Debug JavaScript in Chrome with DevTool Sources

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.