Web Development Evolved getfirebug.com
See more information about Firebug repository structure.
- 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)
$ cd firebug/extension
$ ant
The *.xpi file should be located within ./release
directory.
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.
- Locate your Firefox profile folder
- Open
extensions/
folder, create if it doesn't exist. - 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. - Save the file with Firebug ID as it's name
firebug@software.joehewitt.com
See detailed instructions about how to provide a patch to Firebug source.
- Home: http://getfirebug.com/
- Blog: http://blog.getfirebug.com/
- Twitter: http://twitter.com/#!/firebugnews
- Discussion Group: https://groups.google.com/forum/?fromgroups#!forum/firebug
- Wiki: http://getfirebug.com/wiki
- Report an Issue: http://code.google.com/p/fbug/issues/list
- Firebug Extensions: http://getfirebug.com/wiki/index.php/Firebug_Extensions