From the course: Learning Chrome Web Developer Tools

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

View messages in the Console

View messages in the Console - Chrome Tutorial

From the course: Learning Chrome Web Developer Tools

Start my 1-month free trial

View messages in the Console

- [Instructor] I want to test and debug the main page in the start files for this video. To do that I'm going to open then using my HTTP server which is the live server extension for Visual Studio Code. Now if you don't have an HTTP server on your computer, it's fine for you to just open the files from your file system right in the browser. But if you're using Visual Studio Code and Live Server, here's how I'm doing it. So I've opened the begin folder for video 04_01 right here in Visual Studio Code. And then next I'm going to open the index.html file that's at the root of this folder. And then down at the bottom right I'm going to click go live to open that in Chrome. Now right off the bat I have no background images, everything's too big, the text is in a weird font, so it looks like there's something wrong here. I need to dig in and see if any errors occured when the page loaded that might explain what's up. When…

Contents