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

This drush extension aims to extend the default drush functions with a host of extra functions specifically designed with debugging in mind. In particular this extension allows you to debug cron functions as well as apache solr indexing.

$ drush help --filter=drush_debug_tools
Drush debug tools commands: (drush_debug_tools)
 dt-bootstrap-smoke-t  Measure time and memory consumption within a full Drupal bootstrap.
 est (dtbst)
 dt-cron (dtc)         Run all of your cron tasks and show how long they take to execute.
 dt-cron-item (dtci)   Run a single cron function.
 dt-index-solr         Run search update index functions and show how long they take to execute.
 (dtsolr)
 dt-index-solr-build-  Return the information that will be sent to Solr for indexing.
 node
 dt-node-access-rebui  Rebuild the node access table. Should only be used if you really know what you are doing.
 ld (dtnar)
 dt-node-update-index  Run search update index functions and show how long they take to execute.
 dt-send-test-mail     Send a test e-mail through Drupal.
 (dtstm)
 dt-theme-info (dtti)  Print out all the theming information for a particular theme hook.
 dt-update-index       Run search update index functions and show how long they take to execute.
 (dtindex)

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution No further development
    No longer developed by its maintainers.
  • Module categories: Developer Tools
  • Created by timhilliard on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases