
moshe weitzman - September 28, 2003 - 16:44
#D7CX: I pledge that Devel will have a full Drupal 7 release on the day that Drupal 7 is released.
Note: theme developer module has moved
A suite of modules containing fun for module developers and themers ...
Devel
Helper functions for Drupal developers and inquisitive admins. This module can print a summary of all database queries for each page request at the bottom of each page. The summary includes how many times each query was executed on a page (shouldn't run same query multiple times), and how long each query took (short is good - use cache for complex queries).
Also a dprint_r($array) function is provided, which pretty prints arrays. Useful during development. Similarly, a ddebug_backtrace() is offerred.
much more. See this helpful demo page.
Generate content
Accelerate development of your site or module by quickly generating nodes, comments, terms, users, and more. Read more »