This is a great module and I've only come across this one issue. If trying to call it in ...sites/default/setting.php it's not loaded yet so you get an error. Is there a simple way to make it available here as well?

Comments

reg’s picture

Status: Active » Closed (fixed)

Found it, like seems to happen a whole lot with Drupal, there's a simple solution, you just need to know about it.

This function called first will work: drupal_load('module', 'debug');