Vizlib Home Try Vizlib
Welcome
Login

Troubleshooting Extension Errors Using Your Web Browser Console

This article outlines how to use your web browser's console to troubleshoot extension errors.  

If the error has cleared away, you can try reloading the page, as the error may generate again when the page loads.



TABLE OF CONTENTS



Google Chrome


  1. On the window where you're experiencing the error, open the console by: 
  2. Navigating to: View > Developer > JavaScript Console or More Tools > JavaScript Console or using the keyboard shortcuts: Ctrl + Shift + J.
  3. The console displays the error type, the location of the error, and the line number



Viewing error messages in Google Chrome's Javascript console.


Figure 1: Viewing error messages in Google Chrome's Javascript console.


Back to Contents


Mozilla Firefox


  1. On the window where you're experiencing the error, open the console by: 
  2. Navigating to:  Web Developer > Browser Console, or from the menu on Mac, click Tools > Browser Tools > Web Developer Tools.  
  3. The developer console displays. Click the tab > Console.
  4. The console displays the error type, the location of the error, and the line number.


 Viewing error messages in Mozilla Firefox's Web Developer Tools console.


Figure 2: Viewing error messages in Mozilla Firefox's Web Developer Tools console.



Microsoft Edge


  1. On the window where you're experiencing the error, open the console by: 
  2. Navigating to:  Settings > F12 Developer Tools > Console or from the keyboard: F12 then Ctrl+2.
  3. The developer console displays. Click the tab > Console.
  4. The console displays the error type, the location of the error, and the line number.


Viewing the error message in Microsoft Internet Explorer, the console shows the error to be in the eval code on line 14.



Figure 3: Viewing the error message in Microsoft Internet Explorer, the console shows the error in the eval code on line 14.


Back to Contents


V
Vizlib is the author of this solution article.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.