Web Applications
- September 20, 2011
Debug magento
- once you’ve activated the system log in magento ‘s admin you can view the functions called by backtracing :
Mage::log(Varien_Debug::backtrace(true, false) );
more information on this presentation (page 10)
http://www.slideshare.net/varien/best-practices-for-debugging-magento



