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:31

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.

How to close the console sidebar

查看更多
够拽才男人
3楼-- · 2020-06-06 08:32

You need to click on the circled X in the filter area, or focus the filter area and delete the text typed there.

enter image description here

查看更多
爷的心禁止访问
4楼-- · 2020-06-06 08:32

What really worked for me was to click on the settings button, right top of the console window, and unselect

"Hide Network" and "Selected context only"

My settings became like that:

enter image description here

查看更多
Deceive 欺骗
5楼-- · 2020-06-06 08:37

Right click on console area, Filter -> Unhide All, in filter option you will see all filters. enter image description here Screenshot

查看更多
劫难
6楼-- · 2020-06-06 08:37

Had the same issue and resolved now following the below steps.

  • Right click in the browser and select Inspect
  • Go to Console
  • Click on the button shown in the screenshot and select Default from the dropdown menu.

enter image description here

查看更多
虎瘦雄心在
7楼-- · 2020-06-06 08:39

All you need to do is to select either "Info" or "Verbase" option next to filter field to see the console log.

查看更多
登录 后发表回答