Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

3 Answers

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 :)

share|improve this answer

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.

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.