Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unhide filtered messages in Chrome developer Tools 60

In the developer view in Chrome, under the console tab, it's showing this message

9 items hidden by filters

I clicked on parameters icon and i have (screnshot) :

enter image description here

I dont find how to unhide this items ...

like image 410
tomboul Avatar asked Jul 24 '17 13:07

tomboul


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.

What is DPR in chrome?

The number of device pixels that make up a CSS pixel in one direction is its Device Pixel Ratio (DPR). You can interpret this as the width (or height) of the grid of device pixels that fit inside one CSS pixel.


2 Answers

You can also press f1 while in the developer console and then select the "restore to default" button in the bottom right.

like image 72
to240 Avatar answered Sep 16 '22 12:09

to240


If you right-click on the surface of the console, you can go to filter, then unhide all. A few items still seem to be hidden for me thoughenter image description here

Update (Oct '18):

It looks like it got moved to a textbox at the top of the console, named "Filter" and a dropbox box next to it for the levels.

enter image description here

like image 32
Dan Csharpster Avatar answered Sep 20 '22 12:09

Dan Csharpster