Skip to content
EntityQ1321700· pop 25· linked from 145 articles

web development add-on for Firefox

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 · 日本語

Firebug (ファイアバグ)とは、JavaScript コンソールやウェブページの HTML, CSS, JavaScript などの編集・デバッガ・プロファイラ、DOM の解析機能など、様々なウェブ開発ツールを提供する Mozilla Firefox の拡張機能である。 Firebug では、ウェブサイトの CSS, HTML, XML, DOM, JavaScript などの記述や修正、デバッグなどを行うことができる。また、Ajax などの開発で必要となる、XMLHttpRequest のモニタリング機能なども備えている。Firebug の公式サイトでは、Firebug の使い方公式ガイドが提供されている。 Firebug は Firefox (DOM Inspector) 開発者の一人である Joe Hewitt らによって開発されている。なお、Internet Explorer など Firefox 以外のウェブブラウザ向けには Firebug Lite を提供している。 Firebugは2006年1月にリリースされた。その後、Google Chromeに対抗してFirefoxの開発者ツールを充実させる動きが広がり、Firebugの機能はFirefoxに取り込まれるようになった。2016年にはFirefoxと統合され、拡張機能としてのFirebugはメンテナンスのみが行われていた。2017年11月のFirefox Quantumのリリースとともに開発終了となる。

Abstract from DBpedia / Wikipedia · CC BY-SA