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 ?
Check for a small input box above the console, You may have set a entered some text once as a filter and forgot to clear it.
in your chrome console,
click default levels -> enable/check all values
refresh your page ..
now it wont filter anything if you checked all...
I had the same issue the other day. Go to the console in your dev tools and right click on an error message. Hover over 'filter' option, then select unhide all.
console > right click error message > filter > unhide all
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
I had same problem but selecting "info" or "verbose" didn´t unhide errors, what was hidding them for me was, "Hide network" inside console settings, was checked, so i just unchecked and no "items hidden by filters" showing anymore.
For those for whom none of the mentioned solutions helped out, you can try following:
While Console is opened press
Ctrl+Shift+P
and then a little window will pop up where you can run commands.One that concerns us is: