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
Firebug
11–20 of 84 posts
Re: Firebug
#12Nowadays, I'm back on Firefox.
Re: Firebug
#13Re: Firebug
#14The 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
#15Confused. 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…
Re: Firebug
#16Re: Firebug
#17Re: Firebug
#18Re: Firebug
#19Re: Firebug
#20I 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.