Your cart is currently empty!
Tag: debug
-
Silence is Golden, Debugging is Silver
How to adjust PHP error reporting for WordPress Debugging It’s important to be aware of any issues in your code when you develop for WordPress. But sometimes, too much information is just … too much. Here is an efficient way of choosing which notices are important to you and which are not. When you develop…
-
Getting started with Eclipse and Xdebug for PHP and WordPress Development
The quest to find the easiest way to debug PHP is something most PHP and WordPress developers suffer with. Though some developers argue that logging messages to a log file can be a way forward, I must admit, it turns out to be overly complicated when dealing with a complex project, where tracking the execution…