Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebug not showing ajax requests

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.

like image 262
Webnet Avatar asked Apr 12 '10 20:04

Webnet


3 Answers

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

Glad to have it resolved ^_^

like image 72
Webnet Avatar answered Sep 22 '22 22:09

Webnet


In my case with the combinations

Firefox 14.0.1 + Firebug 1.10.0

Firefox 10.0.4 + Firebug 1.9.2

the solution was turning the Net/Network panel on in order to see ajax-requests/-responses in the console.

like image 2
Frederik Struck-Schøning Avatar answered Sep 19 '22 22:09

Frederik Struck-Schøning


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

like image 1
Diodeus - James MacFarlane Avatar answered Sep 19 '22 22:09

Diodeus - James MacFarlane