Live data from Hacker News

Firebug Metamorphosis

blog.getfirebug.com

1–10 of 79 posts

Re: Firebug Metamorphosis

#3

I develop exclusively in Firefox, and test on other browsers, so I use Firebug all the time. How well do other built-in tools compare to it?

Chrome's developer tools are quite nice. They provide a lot of information in a pleasing fashion - both functionally because it gets you access to everything you needed when you decided to install Firebug, and aesthetically, because it all looks good. I also found that Chrome's tools excel in one area especially, that is, locating errors in a document and quickly getting to the root cause. I recently picked up someone else's pile of HTML and javascript and was able to quickly make sense of what was wrong and fix it.

I still use Firebug at work because I don't have Chrome there, but for home projects I've pretty much switched entirely.

Re: Firebug Metamorphosis

#4

I develop exclusively in Firefox, and test on other browsers, so I use Firebug all the time. How well do other built-in tools compare to it?

I can only speak for the Chrome/Safari WebInspector, and they're good, but I find myself going back to Firebug if I have to do any serious debugging - personally I find there to be a big step up in usability with Firebug meaning I can work faster.

It'll be interesting to see what happens to development tools when Firebug goes cross-browser.

Re: Firebug Metamorphosis

#5
You see the same thing happening with interface AddOns for World Of Warcraft: the functionality of a few very popular AddOns is eventually incorporated into the game itself.

Re: Firebug Metamorphosis

#6

I develop exclusively in Firefox, and test on other browsers, so I use Firebug all the time. How well do other built-in tools compare to it?

I stopped going back to Firebug and stuck with Safari about a year ago. I still fire up Firefox on occasion to compare errors when I'm really stumped, but it's more a matter of getting another perspective than it is a shortcoming in the Web Inspector.

Re: Firebug Metamorphosis

#7

I develop exclusively in Firefox, and test on other browsers, so I use Firebug all the time. How well do other built-in tools compare to it?

* The Webkit Developer Tools (Safari, Chrome) are roughly on-par. They progress faster and have some features Firebug doesn't, but they don't have plugins and there are some nice features of Firebug they don't replicate (built-in introspection of jquery collections). They're way fucking faster than Firefox with Firebug enabled though, that's a big plus. They also implement most of the Firebug `console` API. The only tool which is not as good as Firebug's would be the DOM inspector, as it's a bit harder to edit nodes in line (though it's not actually hard).

* IE8's developer tools are a start, but they're slow, buggy and tend to crash a lot (either a soft-crash where some features suddenly stop working, or a hard crash where the inspector takes down the browser). I think they only implement `console.log`, and it only works when you have the tools open otherwise it generates an error

* Opera's Dragonfly... well I haven't tried it in a long time, though I mean to do it soon-ish: during last week's Opera "AMA" on reddit I was told good progress had been made.

These days I use Safari as my main development browser, and it's very enjoyable.

edit: addendum, there are also things simply done differently. For instance Firebug displays the ajax requests in the console, which is something I find spammy but you may like. On the other hand the Webkit dev tools not only have a dedicated console tab but you can access a JS console from any tool (by pressing [ESC] in Safari, don't know the chrome shortcut, might be the same, it will slide up a console to half-height in the manner of e.g. OSX's Visor) which is very handy, especially in the debugger.

Re: Firebug Metamorphosis

#8
post #4

I develop exclusively in Firefox, and test on other browsers, so I use Firebug all the time. How well do other built-in tools compare to it?

I can only speak for the Chrome/Safari WebInspector, and they're good, but I find myself going back to Firebug if I have to do any serious debugging - personally I find there to be a big step up in usability with Firebug meaning I can work faster. It'll be interesting to see what happens to development tools when Firebug goes cross-browser.

> I find myself going back to Firebug if I have to do any serious debugging

Why? What difference do you see between the browsers debugging-wise?

Re: Firebug Metamorphosis

#9
With no doubt, the Firebug team can take credit for changing the world of Web development.

These guys aren't giving themselves enough credit. IMO, they can take credit for advancing the world of Web development. While the other development tools are (quickly) catching up, firebug is still leading the pack.

Post reply on HN