Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 609
Leo Messi Avatar asked Apr 24 '18 11:04

Leo Messi


People also ask

How do I show errors in Chrome Console?

In Chrome, navigate to Tools > Advanced > Error Console. The error console will open. Select JavaScript and Errors from the two drop downs. To find the error location, expand one of the errors.

Why can't I see Console log in Chrome?

log() outputs the result in the “console” of its browser.To be able to see the console output you should right click on the page and select inspect element and then go to the console tab(At least that's what you do in Chrome).


2 Answers

I didn't find the reason of this issue but it was solved when I clicked on Restore defaults and reload button from Settings.

like image 72
Leo Messi Avatar answered Sep 24 '22 10:09

Leo Messi


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

like image 21
Emon Avatar answered Sep 22 '22 10:09

Emon