Some web pages I need to open when developing my script cause a lot of errors that go into the Firefox error console. This makes it difficult to detect errors generated by the script I'm trying to develop. Is there a way to filter errors in the error console? For example, display only those that begin with my custom tag.
It sounds like you need a console that shares some filtering and search functions, such as Console² . It replaces the standard console with a more powerful version and works quite well. And he has a search box.
Have you checked the console.group method? It should be what you are looking for
http://getfirebug.com/wiki/index.php/Console_API#console.log.28object.5B.2C_object.2C_....5D.29 https://developer.mozilla.org/en-US/docs/ Web / API / Console / group
Yes, now you can filter in the console using the built-in functions. You can choose different types of console messages or even filter using a custom string, for example, your own tag.
Source: https://habr.com/ru/post/1379726/More articles:How to get two columns float left div layout for word wrap? - htmlView size with setting navigation bar to hide using push / pop - ioshow to separate view controller from application loading using tabbarcontroller - ios5No effect of ZoomIn in QTextEdit after changing font size - pythonProtecting variables from "enable pollution" in PHP - scopeView generation and reserved names in PHP - scopemongodb + mockito not working together? - javaRegex to split a line into each {space} but not be enclosed in quotation marks - phpAnchor link slicing a page based on the height of an absolute positioned element - htmlUnderstand what KBuild is - compilationAll Articles