Live data from Hacker News

Firebug

getfirebug.com

1–10 of 84 posts

Re: Firebug

#3
Firebug is the reason that I started using Firefox, and still use it as my primary browser today.

The difference between web development before and after firebug was dramatic.

Re: Firebug

#5
post #2

Is this archaeology corner?

No. But once in a while, I want to remind us some bit of history. Hopefully inspire new developers, just like how I got the inspirations about old stuff when I first joined HN.

Re: Firebug

#6
That brings back some memories. Back in 2005 I started to use Linux as my daily driver and in 2007 I started as a web developer. Firebug was a blessing, still thanks to IE6 my job was a painful ride.

Re: Firebug

#7
My fondest memory of Firebug is not the javascript tools, but the Flash Debugger tool; FlashFirebug. I used it years ago to reverse engineer a now gone livestreaming website to figure out how it worked in the backend.

Re: Firebug

#9
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

Re: Firebug

#10
I am indebted to Firebug forever. If it weren't for Firebug it would have taken me a really long time to understand how the web (browser) works.
Post reply on HN