Closed (fixed)
Project:
Firebug lite
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2009 at 09:15 UTC
Updated:
5 May 2009 at 07:02 UTC
Firebug Lite and http://drupal.org/project/drupalforfirebug or http://drupal.org/project/firebug
Comments
Comment #1
fcedillo commented- http://drupal.org/project/drupalforfirebug
Drupal for Firebug is both a Drupal module and a Firefox Extension that extends the Firebug Firefox Extension to provide Drupal specific debugging and status messages. It allows users to see the processing of the node, form, views, and user objects and works with the Devel module to display SQL queries and execute PHP from the Firebug window.
You must download the DrupalForFirebug Drupal module [http://drupal.org/project/drupalforfirebug] and Firefox Extension [https://addons.mozilla.org/en-US/firefox/addon/8370].
Via: [http://drupalforfirebug.chapterthree.com/about]
- http://drupal.org/project/firebug ( by Steve McKenzie )
Steve McKenzie says: 'recode the firebug.js into jquery code'
Via: http://drupal.org/node/117116
develCuy says: 'Is a jQuery reimplementation of firebug_lite'
Via: http://drupal.org/node/433444
- http://drupal.org/project/firebug_lite ( by develCuy [http://drupal.org/user/125473] )
develCuy says: 'The purpose of my implementation is to get Firebug Lite working "as is", with just minor and unnoticeable changes.'
Via: http://drupal.org/node/433444
Comment #2
develcuy commentedIt seems like a mess.
1. Drupalforfirebug is a plugin wich lets Firebug to let Drupal have a debug console.
2. firebug.module and firebug_lite.module are 2 different implementations for the same approach. This situation is currently being solved at #446810: Merge with Firebug Lite module
Does it answer your question?
Comment #3
pvasili commenteddevelCuy, thank you!