Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 least 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?

like image 732
VoY Avatar asked Dec 21 '22 13:12

VoY


1 Answers

There is a small arrow on the console tab, you can turn off what it displays there.

enter image description here

like image 187
Declan Cook Avatar answered Jan 08 '23 22:01

Declan Cook