top | item 8694101

Firebug 3 and Multiprocess Firefox

116 points| bpierre | 11 years ago |hacks.mozilla.org | reply

24 comments

order
[+] kyriakos|11 years ago|reply
Firefox own developer tools won't log ajax calls in console. Firebug does. This and the fact that you need to open the settings tab to enable preserve log are my problems with Firefox tools keeping me on firebug.
[+] robbyt|11 years ago|reply
AFAIK, the built-in developer tools in FFox > v33 log ajax calls now.
[+] eterm|11 years ago|reply
Personally I've switched back to dev tools in the developer edition, mostly because the ability to see which elements have events attached from the markup view is very useful.
[+] makmanalp|11 years ago|reply
Hmm. What's the use case for ajax calls in the console instead of just switching to the network tab? Convenience?
[+] __david__|11 years ago|reply
Firefox dev tools most certainly do log ajax calls to the console. I just tested it in 34.0.5…
[+] findjashua|11 years ago|reply
what version are you on? I'm on 34.0, and they show up in the network tab.
[+] DrinkWater|11 years ago|reply
i am curious, what is the advantage of using Firebug instead of the built-in developer tools?
[+] JohnBooty|11 years ago|reply
One advantage is that there are plugins, like YSlow from Yahoo, that are available for Firebug. Though the article notes that plugins don't currently work with the Firebug 3 alpha.

YSlow is pretty useful, both as a developer and when attempting to demonstrate potential problems with a site's performance to others in an objective way.

Besides: a plugin with its own plugins is just cool.

[+] arenaninja|11 years ago|reply
I think Firefox Dev Tools may have reached parity with Firebug. Up until recently (~3 months), Firebug was superior in network, more informative in console when using console.log for objects, resizing, etc. Still, Firebug does have add-ons
[+] Fuxy|11 years ago|reply
I use a number of plugins in firebug like YSlow and FireLogger that unfortunately don't work with the default Firefox developer tools.

I honestly wish they did since there are very few features I would miss from Firebug itself but the plugins add very useful features.

[+] ep103|11 years ago|reply
Firebug is basically built to extend default FF dev tool capabilities. Its comparable to running chrome nightlies.