Firebug 2.0
51–60 of 123 posts
Re: Firebug 2.0
#52I used to use Firebug extensively. These days, the built-in Firefox developer tools seem to cover everything I need.
I find the Firefox dev tools very inferior to Chrome dev tools, missing a lot of "must have" features.
Re: Firebug 2.0
#53Re: Firebug 2.0
#54Re: Firebug 2.0
#55I used to use Firebug extensively. These days, the built-in Firefox developer tools seem to cover everything I need.
Re: Firebug 2.0
#56Isn't a promise of Firefox that the energy spent on something like Firebug could instead be utilized on the built-in dev tools?
In general, in the open source landscape, people work on whatever they want to work on, not on what somebody promises.
Re: Firebug 2.0
#57I use Chrome or Firefox built in developer tools, however I still think Firebug fits my workflow the best. Unfortunately it's too slow to use. The thing I miss the most is the inline display of AJAX call responses, and being able to write/run multi-line snippets of JavaScript (without ctrl+enter). Somewhat interestingly, Firefox built their entire add-on architecture because Joe Hewitt wanted dev tools (for debugging…
https://developer.chrome.com/devtools/docs/authoring-develop...
Probably not 100% what you wanted, but they're really handy for sketching out code fragments.
Re: Firebug 2.0
#58I use Chrome or Firefox built in developer tools, however I still think Firebug fits my workflow the best. Unfortunately it's too slow to use. The thing I miss the most is the inline display of AJAX call responses, and being able to write/run multi-line snippets of JavaScript (without ctrl+enter). Somewhat interestingly, Firefox built their entire add-on architecture because Joe Hewitt wanted dev tools (for debugging…
Re: the multi-line JS stuff in Chrome, there's snippets! https://developer.chrome.com/devtools/docs/authoring-develop... Probably not 100% what you wanted, but they're really handy for sketching out code fragments.
https://developer.mozilla.org/en-US/docs/Tools/Scratchpad
Much of the new JS that I write these days starts as a scratchpad that I evolve over many iterations, right in the browser.
Re: Firebug 2.0
#59Earlier quoted context omitted.
such as? not disagreeing, just wondering what you consider "must have" features that Firefox currently lacks.
Does FF have nice memory tools? I can't see any. I've come to rely a lot of Chromium built in mem tools: Heap snapshot (including diff between snapshots), Record Heap Allocations, Timeline.
See http://fitzgeraldnick.com/weblog/54/ for some implementation details.
Re: Firebug 2.0
#60Entering safe mode, uninstalling the existing version and attempting to close all tabs related to Firebug seemed to fix the problem.
So you may want to try removing your existing Firebug before installing.