This project is not covered by Drupal’s security advisory policy.

The module stores debug values in the database and saves this values for later inspectation.

This is extremly useful in cron, batch or the simpletest enviroments, where standard debug function - dpm()-function of the devel module - not works

The devel module offers a function called dpm().

Demonstration, how the dpm()-function of the devel module works.

$value = 'Some test text.';
dpm($value);

Demonstration, how the ddpm()-function of this module works.

$value = 'Some test text.';
ddpm($value) 

Project information

Releases