Skip to content

Instantly share code, notes, and snippets.

@bkozora
Created April 6, 2016 20:47
Show Gist options
  • Save bkozora/df42fb9fc460b863f14f4669e36dc354 to your computer and use it in GitHub Desktop.
Save bkozora/df42fb9fc460b863f14f4669e36dc354 to your computer and use it in GitHub Desktop.
Display Magento Backtrace
<?php
Mage::log(Varien_Debug::backtrace(true, true), null, 'backtrace.log');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment