ChromePHP – Easy Way to Debug Magento
Debugging classes Let’s say we have to fix a frontend element that displays incorrect data – data, which don’t meet our expectations. First, we’d like to know which data are…

Debugging classes Let’s say we have to fix a frontend element that displays incorrect data – data, which don’t meet our expectations. First, we’d like to know which data are…
In the previous article from this series (A few words about debugging – Part III) we looked at the good debugging practices. Today we will present some real life examples…
In the previous article (“A few words about debugging – Part II”) we presented some very helpful extensions which make debugging much easier. Today, we’ll talk about the good practices…
Last time, in the article “A few words about debugging – Part I”, we talked about the best PHP configuration for Magento debugging. Today we’ll discuss the extensions that will…
PHP is an interpreted language, not a compiled one, which means that all errors occur when a script is being loaded or run. The errors that are easiest to fix…
As the oficial n98-magerun repo on GitHub says: The swiss army knife for Magento developers, sysadmins and devops. The tool provides a huge set of well tested command line commands…