├── README.md └── app ├── code ├── community │ └── Bubble │ │ └── Debug │ │ ├── Model │ │ └── Observer.php │ │ └── etc │ │ └── config.xml └── local │ └── Zend │ └── Db │ └── Adapter │ └── Pdo │ └── Abstract.php └── etc └── modules └── Bubble_Debug.xml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jreinke/magento-debug/HEAD/README.md -------------------------------------------------------------------------------- /app/code/community/Bubble/Debug/Model/Observer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jreinke/magento-debug/HEAD/app/code/community/Bubble/Debug/Model/Observer.php -------------------------------------------------------------------------------- /app/code/community/Bubble/Debug/etc/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jreinke/magento-debug/HEAD/app/code/community/Bubble/Debug/etc/config.xml -------------------------------------------------------------------------------- /app/code/local/Zend/Db/Adapter/Pdo/Abstract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jreinke/magento-debug/HEAD/app/code/local/Zend/Db/Adapter/Pdo/Abstract.php -------------------------------------------------------------------------------- /app/etc/modules/Bubble_Debug.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jreinke/magento-debug/HEAD/app/etc/modules/Bubble_Debug.xml --------------------------------------------------------------------------------