How can I filter AJAX requests from console in Firebug?
I'm trying to debug an app, which is very heavy on ajax requests (at leas开发者_C百科t one per second). Firebug displays each of those requests in its console, which makes it very difficult to see my own console.log prints. Is it possible to temporarily filter ajax requests from appearing in the console?
There is a small arrow on the console tab, you can turn off what it displays there.
On the console tab, click the down arrow. In the options, uncheck the Show XMLHttpRequets option.
精彩评论