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?
Share
There is a small arrow on the console tab, you can turn off what it displays there.