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!
Right-click anywhere in the webpage and then select Inspect. Or, press F12 . DevTools opens next to the webpage. In the top right of DevTools, the Open Console to view errors button displays an error about the webpage.
Press Command+Option+J (Mac) or Control+Shift+J (Windows, Linux, Chrome OS) to jump straight into the Console panel of Chrome DevTools. Or, navigate to More Tools > Developer Tools from Chrome menu, and click Console tab. The error console will open. If you don't see any errors try reloading the page.
Other ways to open the Issues toolClick the More Tools (+) menu in the main panel or the Drawer, and then select Issues. Select Customize and control DevTools > More tools > Issues.
In the latest version of Chrome console there is now a drop-down menu next to the Filter box, which is set to "Info" by default. This menu allows you to switch between only showing errors, warnings, info or verbose.
Pictured here:
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")
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