No no, you don't understand. Firebug shows connection information, how much milliseconds it took to request server, what headers were sent and received, what content returned and so on. How to hide this information? Is it possible to group requests to the same url, or to the same url with same get params to one group, that can be toggled?
On 23 июн, 17:15, John J Barton <[email protected]> wrote: > Why can't you use: > > if (expr) > console.log(..info...); > > where expr is your filter? > > jjb > > On Jun 23, 5:44 am, Somebi <[email protected]> wrote: > > > Is it possible to create list of urls, urls with difference get > > parameters, that will not be displayed in console? > > > For example i'm developing ajax chat. There is a loop inside > > javascript, that makes ajax request every 2-4 seconds and all requests > > are shown inside console. > > > It's too much trash information goes through console. > > > Is it possible to implement such feature/features inside next > > versions? > > > As an example, combine all equal / same requests in one toggled list > > and display only different requests and do it only for required urls > > added inside some filter list. > > > Would be awesome. I'm working on netbook, so it's pretty annoying to > > scroll through console to find proper information. > > > Thanks. -- 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.
