Firebug
Sign in to saveweb 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
Wikidata facts
- Founded by
- Joe Hewitt
- Creator
- Joe Hewitt
- Developer
- Joe Hewitt
- Platform
- Mozilla Firefox
- Official website
- getfirebug.com
- Image
- Firebug-ru.png
- Has use
- add-on
Show 7 more facts
- Commons category
- Firebug (software)
- software version identifier
- 2.0.18
- copyright license
- BSD licenses
- dissolved, abolished or demolished date
- 2017-11-14
- Stack Exchange tag
- stackoverflow.com/tags/firebug
- programmed in
- JavaScript
- source code repository URL
- github.com/firebug/firebug
via Wikidata · CC0
Article · 中文
Firebug是一個已经停止开发的自由及開放原始碼的Mozilla Firefox網頁瀏覽器扩展,是一個網頁開發工具,使用者可以利用它除錯、編輯、刪改任何網站的CSS、HTML、DOM與JavaScript代碼。 Firebug最初是2006年1月由喬·休伊特(Joe Hewitt)撰寫,也是Firefox創始者之一。此外,Firebug也提供另一個版本「Firebug Lite」,此版本可以在Internet Explorer 6或更新、Mozilla Firefox、Opera、Safari、Google Chrome上執行。Firebug也提供扩展的框架,例如:Yahoo!的網頁速度優化建議工具、、等。
Abstract from DBpedia / Wikipedia · CC BY-SA