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:
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?
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.
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).
I didn't find the reason of this issue but it was solved when I clicked on Restore defaults and reload button from Settings.
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"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With