Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unhide filtered messages in Chrome developer Tools on a MAC

I am in the developer view in Chrome (cmd+shift+c). Under the console tab, it shows this message

7 items hidden by filters

But the issue is I have no filters set. I tried right clicking and selecting 'Filter' but the unhide all is greyed out. And tried reseting the developer console.But it didnt work, how do i fix this ?

like image 331
noor h Avatar asked Jun 19 '17 04:06

noor h


People also ask

How to unhide hidden text in Chrome?

Press Ctrl+Shift+S on the website. This is a forked, updated version of Ramon Roessler's Hidden Field Switcher. You can either use CTRL-ALT-S or clicking the extension icon to display/hide hidden fields in HTML forms.


1 Answers

There seems to be a bug in chrome, when adding filters via the rightclick context menu:

Filter > Hide Messages from ...

The only thing that worked for me, was to reset the entire debugger settings

Settings (F1 on Windows) > DevTools > Restore defaults and reload

like image 123
wodzu Avatar answered Sep 21 '22 17:09

wodzu