views:

274

answers:

3

Using Firebug v1.20b7 with Firefox v3.0.1 I use firebug a lot for web devlopment.

I have very often the problem that Firebug won't show its web console for seeing the POSTs and GETs. I can view all the other tabs, including the NET tab that gives me a lot of the same information that the CONSOLE tab does.

Curious if anyone else has had this problem, and maybe a solution, or maybe this is a bug of Firebug.

Thanks

A: 

Firebug has been acting up for me too. If there is a javascript error on the page firebug doesn't even report it. Not sure if it is something I am doing or firefox or firebug, but I sure have noticed.

Jon Works
A: 

Well, 1.20b7 is technically a beta version of Firebug. :)

I've had problems with certain features off and on, but a restart of Firefox seems to fix it more often than not.

+2  A: 

There is a limitation in firebug (or rather, in firefox iteself), which will be fixed in one of the newer Firefox releases.

The bug is caused by the fact that firebug needs to send data a second time to monitor what's going on in the connection.

There's now a special API hook in the firefox trunk that should prevent this workaround in the future, so that firebug can really spy on what's going on :)

SchizoDuckie