On Dec 5, 3:22 am, bjornnak <[email protected]> wrote: > So I'm running an auto-refresh function on a page that mostly return 0 > (shown under Response tab in the Console). I'd like to set it so that > those returns (zero) are ignored by Firebug so that it's easier for me > to manage the actual responeses. If I understand it correctly, you would like to filter out all requests with empty response, right?
There is no such option in Firebug, but I think you could try and extension for network filtering (if not implemented it could be nice addition to it). http://www.malditocrc.com.ar/peregrino/2009/08/first-release-of-advanced-filters/ Honza > > Can this be done by using the command line, and if so what would the > command be? -- 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 http://groups.google.com/group/firebug?hl=en.
