General / Posts /

The easiest way to find bugs in your web page

66

Open your page with Chrome browser, press the Ctrl-Shift-I keys (if Mac, press the Option-Command-I) -> open the Sources panel -> drill down into the files folders(Images, Scripts or Stylesheets folder), then you will easily find if your page contains bugs. The Chrome browser will mark a red symbol besides a file name if the file contains bugs:

Using Chrome console tool to debug

For example, if an image location you uploaded does not match the image path you specified in your markup, the Chrome console tool will mark an red icon besides the image file name under the Images folder.

Debugger panels under the the Console and the Elements tags also contain information that is very helpful for debugging.

Milo  9 years ago   viewed: 39135    

1 Answer

0

Followed these instructions, and it works well on my end. Thank you so much for this. 

norman kitchen remodeler
Tom
  18 days ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question:
    • If your question is related to the General, click:

      Ask new question: General
    • Otherwise navigate to one of the following forum categories, and post your question there.

      ##