Skip to content

Instantly share code, notes, and snippets.

@laurencedorman
Last active November 15, 2017 09:38
Show Gist options
  • Save laurencedorman/5fd39049b39f1c8f7edcc3f832f964fd to your computer and use it in GitHub Desktop.
Save laurencedorman/5fd39049b39f1c8f7edcc3f832f964fd to your computer and use it in GitHub Desktop.
Drupal stack trace debug
<?php
variable_set('error_level', 1);
dpm(ddebug_backtrace(TRUE));
variable_set('error_level', 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment