Thanks for the reply - the following has been added to that issue: I would like to see the ability to filter the Console log, in order to remove files (and associated information) by selection, regex or directory, so that we can effectively ignore good files, or repeating ones, and show the ones we are working on.
>From the UI persepctive, and looking at the suggestions above, a simple editor >of filenames/directories (with wildcards), or a regex, to be run against every >filename being reported - and not outputting any that match - would be ideal. >For safety, it might be worth having a simple counter of "ignored" files, so >it's clear that some kind of ignore is happening, and an enable/disable option >for the whole matching process. In my case, I have a file that is called every 30 seconds via javascript, so I see a regular GET request happening in the console log - I would love to suppress these, as they interfere with normal debug activities - and this regular call is an essential (and known working) part of the site process. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
