Debug

bleen18 - October 18, 2007 - 15:41

The "Debug" module gives developers an easy to use method for displaying PHP variables of any type in an easy to read format. Once this module is installed (and access control is set) developers can use the following anywhere in their code:

debug("label 1",$var1,"label 2",$var2,...)

By default, any variables passed to the debug function at any time will appear in a floating window that can be minimized or moved so that it doesn't interfere with the page.

Releases

Development snapshotsDateSizeLinksStatus
5.x-1.x-dev2007-Nov-1684.39 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.