Experimental project

This is a sandbox project, which contains experimental code for developer use only.

A simple debug module for personal use.

Included functionaltity

Logging / Var dump

Three functions are available:
d(): This function just dumps anything you throw into it into a logging file (currently sites/default/files/debug.log). The log file can easily be viewed using a console like program or the terminal, e.g. tail -f LOGFILE
dquery($sql, $args): This function takes a complete drupal sql string and an array of arguments (just like db_query) and cleans it from additional {-brackets and replaces placeholders with actual values. The resulting string is ready to use in any database GUI.
dtrace(): Much like debug_backtrace(), but output goes to the log file.

Manual cron

Manual cron functionality for cron functionality testing, integrates nicely with admin_menu.

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Created by berliner on , updated