vote up 1 vote down star

I really should upgrade to Firefox 3, but I'm very dependent on Firebug working properly.

I know there is a version of Firebug that is supposed to work with Firefox 3, but last time I looked, there seemed to be problems with it.

So, for those that have made the jump, is Firebug on Firefox 3 ready for prime time?

flag

10 Answers

vote up 7 vote down check

Yes, I've been using Firebug heavily and it's been rock-steady. What problems were you having in particular? We could test and report the results.

link|flag
Network monitoring breaks stuff, most notably caching. – leppie Sep 26 '08 at 5:45
vote up 2 vote down

Firebug is stable on Firefox 3, but you have to upgrade to version 1.2.1, since previous version no longer work.

For some reason, I had to do this update manually: uninstalling the previous version and installing the new one.

link|flag
+1 for removing and reinstalling new fbug post FF3 – annakata Dec 17 '08 at 14:31
vote up 1 vote down

We've been using FF3 with Firebug 1.2.1 for a while now and not encountered any problems.

link|flag
vote up 1 vote down

The network monitoring still breaks HTTP headers, and consequently caching.

link|flag
vote up 1 vote down

I am using Firefox now its very user friendly and ease of use but the thing is its consuming more memory

link|flag
vote up 1 vote down

Firebug 1.2.x (the only version that works with Firefox 3) no longer appears to have the option to disable Firebug for only certain webpages and sites. If you use this feature you may prefer to stay with FF 2.

link|flag
You can enable/disable Console, Script, Network and Cookies (if you have Firecookies) per site or globally, per tab (v.1.2.1 - drop down arrow in the tabs). I find it is a good improvement, since these are the resource consuming features. – PhiLho Oct 26 '08 at 14:25
vote up 0 vote down

You don't have to "jump" to FF3. Install it alongside Firefox 2 and try it out yourself.

link|flag
vote up 0 vote down

Not only it works fine, but it has great improvements over the FF2 version, like allowing to disable Console, Script, Network and Cookies (if you have Firecookies) to use less resources (a big problem in FF2 if you don't have much memory and have lot of tabs), and allowing/disallowing them per site. Among other improvements...

link|flag
vote up 0 vote down

When doing "console.log" calls on jQuery objects, in Firefox 3 you get "Object" and you have to expand them to see what are they. In Firefox 2 you get a nice list with the names linked to the DOM nodes that is so much easier to see.

As far as I've seen, when you monitor XHR calls in Firebug on Firefox 3, you have to click a button to see the server response of POST calls. The Firebug people say this is a workaround for a bug in Firefox 3 and last time I checked they were still waiting for it to be solved.

link|flag
vote up 0 vote down

FYI, there's a bug in firebug 1.3.3 on firefox 3.0.9 that causes it not to send an If-modified-since header so it always gets a copy from the server instead of using the cached local copy.

http://code.google.com/p/fbug/issues/detail?id=1274&q=etag&colspec=ID%20Type%20Status%20Owner%20Test%20Summary

link|flag

Your Answer

Get an OpenID
or

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