Home ›
Using Firebug with DrupalUsing Firebug with Drupal
Submitted by Benjamin Melançon on December 4, 2007 - 10:02am
For using Drupal with firebug:
http://www.lullabot.com/articles/quick_and_dirty_debugging#comment-2905
added this to drupal_set_message
:
drupal_add_js('console.error('.json_encode(array('Drupal Backtrace'=>debug_backtrace())).');','inline');
Resolution
Searched words:
Firebug Firefox Mozilla browser
Drupal development
Comments
Post new comment