Is there a way to display only errors on the Chrome development console?
Right now it displays about a million warnings and I have to search through them to find the errors.
Thanks!
madhu131313
You can hold the Control button (Command on Mac) to select more than one filter, such as 'Error' and 'Info' but not 'Warn'.
Use the filter buttons in the bottom status bar ("All", "Errors", "Warnings", "Logs")
There is an errors filter in the bottom toolbar of the console. See the screenshot.

来源:https://stackoverflow.com/questions/9589018/show-only-errors-in-chrome-development-console