Firebug didn't just raise the bar for web debugging, it pretty much raised the bar for all debugging tools. It leaves a great legacy with the built-in dev tools. Great project.
Whoa. That's pretty hyperbolic. Firebug is definitely cool but things like SoftICE or the Visual Studio debugger were amazing.
Saying Goodbye to Firebug
111–120 of 157 posts
Re: Saying Goodbye to Firebug
#112Things instantly became real when firebug for IE came out. To me that one tool made a front end web development career a viable option. Do y'all remember JS before Firebug? ouch
Re: Saying Goodbye to Firebug
#113"The story of Firefox and Firebug is synonymous with the rise of the web. We fought the good fight and changed how developers inspect HTML and debug JS in the browser. Firebug ushered in the Web 2.0 era. " I love, used and appreciate firebug as much as the next guy but this is a bit much. Its a great product that helped alot of people it's not an ideal to fight for nor "ushered" in web 2.0.
Re: Saying Goodbye to Firebug
#114I guess this is the right place to point out to people reminiscing that if you open Firefox dev tools and click the options cog, you can select a Firebug theme.
Not the same thing... The Firefox dev tools' Firebug theme gives me the illusion that I can click the network tab and find that old, reassuring interface. And instead it's the (in my opinion) less functional one from dev tools. At that point, I prefer ditching the Firebug theme altogether, and embrace the loss. :(
Re: Saying Goodbye to Firebug
#115I miss Firebug for one simple reason: It detached from the browser window as a singular window that provided developer functions to all of your browser tabs. In modern Firefox and Chrome, each tab has its own distinct developer tools panel that can be detached as a separate window for the operating system's window manager to handle. Firebug's behavior was somewhat analogous to "MDI" in legacy GUI applications, in tha…
Re: Saying Goodbye to Firebug
#116Re: Saying Goodbye to Firebug
#117Firebug didn't just raise the bar for web debugging, it pretty much raised the bar for all debugging tools. It leaves a great legacy with the built-in dev tools. Great project.
I often argue that Firebug is the reason Firefox is still around. It was easier to develop on Firefox and then debug on IE. So a lot of websites worked on Firefox even if the management team didn't care (or even, in our case, when they told us not to support Firefox and we nodded and did it anyway)
The same happened to me at one particularly bad place I worked. Even more amusing is that we we're writing a web crawler based product and without inspecting the crawled sites in firebug our product wouldn't have existed at all.
Re: Saying Goodbye to Firebug
#118Firebug was the greatest thing to happen to web development. Honestly I still prefer it to the native dev tools. I especially love how most things go to the console so I don't have to jump all over the place to find the information I'm looking for. I absolutely abhor the network panel in Chrome. It's like they're purposefully trying to make it difficult.
I noticed in recent firefox-dev you can now expand XHR requests directly in the console which then pops up a mini network panel. I don't know how long it's been there, I noticed it today but I might have simply had XHR logging off previously.
Re: Saying Goodbye to Firebug
#119Earlier quoted context omitted.
WebRender is coming but absolutely isn’t ready yet; it’s not even turned on by default in Nightly (although I use it on my home machine and it’s getting a very good very quickly).
And there is no integrated Firebug - just replacement.
> Firebug 3 ... was built as an extension to built-in Firefox devtools and eventually integrated directly into devtools.
Re: Saying Goodbye to Firebug
#120When I started out as a web developer 5 years ago, one of the prime reasons for choosing FF over chrome was Firebug. As a beginner, it made debugging so much easier. Five years later, I still cant fathom using anything but Firefox, alas, without firebug.
That said, recent features in Firefox (Containers especially) have me much more interested again.