views:

575

answers:

6

I have all tabs enabled... like a week ago it just stopped showing ajax requests in the console.... I'm not sure what to do about it. Any ideas on what I can do to fix it?

Update

When I use console.log(el); it says console is undefined as well.

+1  A: 

Check that the version of Firebug is correct for your version of Firefox.

Diodeus
I have both the latest Firebug and Firefox
Webnet
A: 

Have you tried pressing the menu icon for the Console tab to see if you have it showing XMLHttpRequests?

mattbasta
That checkbox is enabled
Webnet
A: 

yes same for me - I's still the same after FB downgrade to 1.5.0 - I think it started happening after one the FF updates...

Tomasz
A: 

I uninstalled Firebug and have reinstalled it. I am now on 1.5.3 and it works just fine.

Glad to have it resolved ^_^

Webnet
A: 

I've found that turning off the network tab resolves the problem. It seems like a recent update makes it difficult to display the requests both in the console and in the network tabs at the same time.

m_oLogin
A: 

Firefox 4.0 beta does not support Ajax request logging. For Firebug 1.6 on Firefox 3.6 there are no bug reports about missing Ajax requests.

johnjbarton