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 ?
Solution 1:
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
Solution 2:
You need to click on the circled X in the filter area, or focus the filter area and delete the text typed there.
Solution 3:
Right click on console area, Filter -> Unhide All, in filter option you will see all filters. Screenshot
Solution 4:
You must close the "console sidebar" to enable the log level filter. DevTools has this sidebar closed by default, which is why "Restore to defaults" also works.