Firebug
Sign in to savecomponente aggiuntivo per Firefox utilizzato per lo sviluppo web
Source code
On November 14, with the launch of Firefox Quantum (AKA 57), support for old school extensions will stop in Firefox. That means Firebug will no longer work for many developers. However, the work continues in the great Firefox devtools. You can try Firefox devtools by updating your release browser or downloading Developer Edition. Read more here Firebug is free and open source software distributed under the BSD License. extension Firebug extension directory. tests Firebug automated test files and test harness. trace Firebug tracing console. In order to build Firebug .xpi package run following in your command line (you need Apache Ant) The extension directory directly contains Firebug extension files and so, you can run Firebug directly from it. This is the recommended way how to quickly test your code changes and provide a patch. 1. Locate your Firefox profile folder 2. Open extensions/ folder, create if it doesn't exist. 3. Create a new text file and put the full path to your development folder inside. (e.g. C: firebug extension or ~/firebug/extension/ ). Windows users should retain the OS' slash direction, and everyone should remember to include a closing slash and remove any trailing spaces. 4. Save the file with Firebug ID as it's name [email protected] See detailed instructions about how to provide a patch to Firebug source.
Excerpt from the source-code README · 3,109 chars · not written by Vinony
Article · Italiano
Firebug è stata un'estensione di Mozilla Firefox che permetteva il debug, la modifica e il monitoraggio di tutti gli aspetti di una pagina web, come i fogli di stile, il codice HTML, la struttura DOM e il codice JavaScript. Firebug forniva anche altri strumenti per lo sviluppo web come una console JavaScript e una funzione chiamata "Net" che permetteva di monitorare il tempo di caricamento in millisecondi di immagini e script. Oltre che per il debug, Firebug era uno strumento indispensabile per testare la sicurezza e la performance dei siti o applicazioni web. Firebug è stato creato da , uno dei creatori di Firefox, ed era sviluppato e mantenuto dal Firebug Working Group. Nel febbraio del 2009, quasi 1,9 milioni di utenti avevano Firebug installato. Fu abbandonato nel 2017.
Abstract from DBpedia / Wikipedia · CC BY-SA