When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Debugging Sites Using Chrome DevTools

Google Chrome ships with a powerful set of tools to help developers debug web sites. This course will teach you how to use those tools to troubleshoot and fix problems in a site's HTML, CSS, and JavaScript.

     
  • 5
  •  |
  • Reviews ( 345 )
Free

This Course Includes

  • iconpluralsight
  • icon5 (345 reviews )
  • icon1 hour 46 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Debugging Sites Using Chrome DevTools

Debugging client-side web applications can be difficult because they involve a complex mix of HTML, CSS, and JavaScript while also storing data on the client and constantly communicating with a web server. In this course, Debugging Sites Using Chrome DevTools, you'll learn how to use the powerful set of tools included with Chrome to quickly diagnose and fix problems in your client-side applications. First, you'll learn how to examine and edit both the structure and style of a site to make sure your designs are being implemented correctly. Next, you'll discover how to fully harness the power of the browser console to log output, execute JavaScript, and troubleshoot problems. Finally, you'll explore how to step through and debug JavaScript code right in the browser and save fixes back to your development environment. When you're finished with this course, you'll have the skills needed to confidently and efficiently debug modern client-side web applications.

What You Will Learn?

  • Course Overview : 1min.
  • Understanding the Capabilities of Chrome DevTools : 14mins.
  • Examining and Editing Web Pages : 28mins.
  • Using the Console : 26mins.
  • Debugging JavaScript : 24mins.
  • Viewing Network Communication and Local Data : 11mins.