This module is a helper module for a customized Firefox plugin that displays Drupal debugging and SQL query information (thanks to integration with devel module) to the Firebug window.
The current Firefox development plugin can be downloaded from the Mozilla.org Drupal for Firebug Page.
To get the module installed and working please do the following things:
- Download and install the module.
- Set the appropriate permissions for user's to see debugging information. By default only UID 1 can see anything.
- Make sure that your theme is outputting the $closure variable. Most themes do, but some do not (and should).
- Download the latest version of the Firefox plugin (see links above) and make sure its enabled.
Update: There is now a Drupal for Chrome extension!