Live data from Hacker News

Saying Goodbye to Firebug

hacks.mozilla.org

11–20 of 157 posts

Re: Saying Goodbye to Firebug

#11
In my first job, about four years ago, my first task was to make certain modifications in firebug for our company's internal use (mostly in reporting and filtering).

I didn't even know JS to begin with. Jan Orvadko, the lead maintainer of Firebug, is an amazingly approachable & affable human being. He helped me a lot in the IRC channel, in going through the firebug codebase.

Re: Saying Goodbye to Firebug

#12

Firebug 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 can assure you - you're not the only one who hates Network Panel.

Re: Saying Goodbye to Firebug

#13
I know Firebug was great but it didn't usher in Web 2.0

> Jan 2007, Firebug 1.0 The start of Web 2.0!

O'Reilly Media Web 2.0 Conference was in 2004

We than had the infamous Time Person of the Year "YOU" "TIME selected the masses of users who were participating in content creation on social networks, blogs, wikis, and media sharing sites."

Re: Saying Goodbye to Firebug

#15
post #12

Firebug 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 can assure you - you're not the only one who hates Network Panel.

It's definitely one of the weakest parts of the Firefox dev tools suite. I quite like Chrome's network panel though.

Re: Saying Goodbye to Firebug

#16

Firebug 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

#17
post #12

Earlier quoted context omitted.

I can assure you - you're not the only one who hates Network Panel.

It's definitely one of the weakest parts of the Firefox dev tools suite. I quite like Chrome's network panel though.

I consider Firefox's Network panel more useful than Chrome's. Having the ability to edit and resend network requests out of the box is exceptionally handy.

Re: Saying Goodbye to Firebug

#18
post #8

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.

Don't forgot it was mostly imitating IE6's Internet Explorer Developer Toolbar. Even though it surpassed it pretty fast! go open source!

Re: Saying Goodbye to Firebug

#19
post #8

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.

Visual Studio did front-end web debugging back then?

Re: Saying Goodbye to Firebug

#20
post #8

Earlier quoted context omitted.

Whoa. That's pretty hyperbolic. Firebug is definitely cool but things like SoftICE or the Visual Studio debugger were amazing.

Visual Studio did front-end web debugging back then?

The parent claimed the following: "Firebug didn't just raise the bar for web debugging, it pretty much raised the bar for all debugging tools." I dispute the idea that Firebug raised the bar for non-web debugging tools.
Post reply on HN