简体   繁体   中英

How to filter messages in Firefox Error Console?

Some of the web pages that I need to be open, while developing my script, produce a lot of errors that go into the Error Console of the Firefox. This makes it really hard to spot the errors, which are produced by the script, that I am trying to develop. Is there any way to filter the errors in Error Console? For example display only those that begin with my custom tag.

Yes, nowadays you can filter in the console, using built-in functionality. You can select different type of console messages, or even filter by a custom string, such as your own tag.

Sounds like you need a console prividing some filter and search capabilities like Console² . It replaces the standard console with a more powerful version and works quite well. And it has a search box.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM