Live data from Hacker News

Firebug

getfirebug.com

11–20 of 84 posts

Re: Firebug

#11

This reminds me of two other now-obsolete web debugging tools. Weinre[1] let you to view the DOM, network requests, and console output when testing sites on a phone. Aardwolf[2] provided an interactive JavaScript debugger, by rewriting the code to add debug hooks. [1] http://people.apache.org/~pmuellr/weinre/docs/latest/ [2] https://github.com/lexandera/Aardwolf

Weinre made building apps using PhoneGap/Cordova just that tiny little bit less painful in the early days. Really great tool.

Re: Firebug

#12
For a long time, I resisted switching to Chrome just because of Firebug. IMO it was superior for quite a while. Eventually, Chrome got better, and I made the jump.

Nowadays, I'm back on Firefox.

Re: Firebug

#14
Confused. I thought Firebug is no longer needed because the functionality is part of Firefox developer tools, which have been always visible in Firefox for years (at least in many Linux distros, maybe that's not a Mozilla default?).

The site mentions Firefox Developer Edition. What is that? A quick search seems to indicate that it's just one version ahead of Beta, what was called Aurora in the past.

Certainly if you want to test new features that's good. But what is the benefit for general Web development?

/not a web developer

Re: Firebug

#15
post #14

Confused. I thought Firebug is no longer needed because the functionality is part of Firefox developer tools, which have been always visible in Firefox for years (at least in many Linux distros, maybe that's not a Mozilla default?). The site mentions Firefox Developer Edition. What is that? A quick search seems to indicate that it's just one version ahead of Beta, what was called Aurora in the past. Certainly if you…

It's the old website, look at the timeline that stops at 2017 and it pointing to the default Firefox tools.

Re: Firebug

#17
I feel Firebug is one of those developer tools that would have been highly monetized in the current start era. I owe a lot of my own career path as a Web software engineer to Firebug.

Re: Firebug

#18

I loved FireBug. Nowadays, every browser has its capabilities, but back in the day, FireBug was the only game in town.

Venkman was the only game in town. It was a glorious day when Firebug surpassed Venkman. https://wiki.mozilla.org/Venkman/Firebug_Comparison

Forgot about that one.

Re: Firebug

#19
Firebug, along with web developer toolbar, changed everything for me. I learnt web development on IE6 by editing html in notepad. I switched to Firefox for tabbed browsing and because it was faster. When I discovered firebug I almost couldn't believe it. What the hell had I been doing up to this point? Why doesn't everyone know about this? Later I discovered that Chrome had it built in and still most web devs hadn't heard of firebug.

Re: Firebug

#20

I feel Firebug is one of those developer tools that would have been highly monetized in the current start era. I owe a lot of my own career path as a Web software engineer to Firebug.

I learned CSS with firebug, before that I had no clue what CSS was when it first came out in daily use
Post reply on HN