How to unhide filtered messages in Chrome develope

2020-06-06 07:34发布

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 ?

12条回答
兄弟一词,经得起流年.
2楼-- · 2020-06-06 08:14

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.

查看更多
放我归山
3楼-- · 2020-06-06 08:16

in your chrome console,

click default levels -> enable/check all values

refresh your page ..

now it wont filter anything if you checked all...

enter image description here

查看更多
萌系小妹纸
4楼-- · 2020-06-06 08:18

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

查看更多
在下西门庆
5楼-- · 2020-06-06 08:19

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

查看更多
女痞
6楼-- · 2020-06-06 08:20

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.

查看更多
啃猪蹄的小仙女
7楼-- · 2020-06-06 08:29

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:

Console Show messages from all contexts

Console Show messages from all contexts

查看更多
登录 后发表回答