Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i unhide javascript and html errors hidden by filters in chrome?

I hide the JavaScript and HTML errors from console but it finds difficult job for me unhide them again.

How can unhide them again?

enter image description here

like image 806
Arslan Ahmad khan Avatar asked Jul 03 '17 08:07

Arslan Ahmad khan


People also ask

How do I show hidden errors in Chrome?

In Chrome, navigate to Tools > Advanced > Error Console. The error console will open. Select JavaScript and Errors from the two drop downs. To find the error location, expand one of the errors.

How to see Console debug Chrome?

The Sources panel is where you debug JavaScript. Open DevTools by pressing Command+Option+I (Mac) or Control+Shift+I (Windows, Linux). This shortcut opens the Console panel.


2 Answers

On the left side, change the filter selection :

Screenshot

like image 88
Laurent Plantrose Avatar answered Oct 31 '22 16:10

Laurent Plantrose


Solved the problem by doing these steps:

  1. Select Console.
  2. Right click.
  3. Move to Filter and
  4. Then select unhide all.

Put Image

like image 32
Arslan Ahmad khan Avatar answered Oct 31 '22 17:10

Arslan Ahmad khan