'Google Chrome does not show errors in console

I'm using Chrome for debugging and probably it was updated or something happened to it but now I cannot see the error messages my application has.

It only shows how many errors there are, like this:

enter image description here

I guess that some setting must be changed but don't know where and how.

How can it be changed to get the error messages?



Solution 1:[1]

The issue may be because you have checked some filter in console.

Try to uncheck it.

It works for me by uncheck "Selected Context only" enter image description here

Solution 2:[2]

Try to delete everything from filters:

enter image description here

Solution 3:[3]

Check the console search bar. You had something typed in it, so if it doesn't find that search request then it won't show anything. I just ran into the same problem. Chrome should add a statement mentioning that some console results are hidden or some kind of warning.

Solution 4:[4]

enter image description here

Uncheck two options. Hide Network and Select Context only

Solution 5:[5]

Screenshot when I solved the issue

Keeping the following option checked and unchecked worked for me. In case you have an issue, here is the picture. Mostly, using selected context only, hiding network messages, enable custom formatters did the job for me.

Solution 6:[6]

I solved a similar problem by selecting the all levels dropdown and setting it to default:

console filter options

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2 Eqzt111
Solution 3 austin s morgan
Solution 4 costaparas
Solution 5 shaishav maisuria
Solution 6 Suraj Rao