Firebug extension has been discontinued
21–27 of 27 posts
First TamperData now FireBug. Seems like Mozilla is not interested in having professionals on their platform anymore.
Re: Firebug extension has been discontinued
#22The best tool ever. I'd still be using it if Chrome didn't copy it and make it better. It's probably why Chrome took off so well. I even used Firebug lite in IE at some stage in mid 2000's to troubleshoot stuff in it.
Re: Firebug extension has been discontinued
#23Thanks to all who worked, supported and helped with Firebug. It was the first really great tool to help make the web and web development better for us all.
Re: Firebug extension has been discontinued
#24Farewell, my dear friend.
Re: Firebug extension has been discontinued
#25Nooooo. I use both and Firebug is so much better :( :( :( For example Firebug outputs the entire nested array, while the dev tools just say "Array[len]" for nested arrays (or objects). The problem with that is if you are debugging and something changes the values inside that array (after you output it) you have no record of the old values, since clicking on the Array[len] shows you the new values, not the old ones. I…
Use console.dir(var) for a moment-in-time snapshot. The side panel you get when you click on a var is a debug view, which is a lot more useful as a "live" value watcher.
Re: Firebug extension has been discontinued
#26Firebug is the reason IE lost it's dominance. Once it was easier to test on firefox rather than IE (which was ~99% of browsers at the time) the compatibility problem solved itself.
Ballmer was onto something.
Re: Firebug extension has been discontinued
#27An unceremonious end to a go-to tool for me.