Firebug Metamorphosis
blog.getfirebug.com
Firebug Metamorphosis
1–10 of 79 posts
Re: Firebug Metamorphosis
#2Re: Firebug Metamorphosis
#3I 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 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
#4I 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?
It'll be interesting to see what happens to development tools when Firebug goes cross-browser.
Re: Firebug Metamorphosis
#5Re: Firebug Metamorphosis
#6I 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?
Re: Firebug Metamorphosis
#7I 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?
* 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
#8I 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.
Why? What difference do you see between the browsers debugging-wise?
Re: Firebug Metamorphosis
#9These 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.