Test Code Coverage: From Myth to RealityLearn the myths about test code coverage and how to use it to analyze how much of your production code has been tested.
Xdebug - Professional PHP DebuggingOur Agenda Introduction to the topic. Downloading and installing Xdebug on your local machine (Mac OS X 10.6.6+, MAMP 2.1.1). Integrating with...
Debugging WordPress Themes and Plugins With Eclipse and XdebugDebugging PHP with a text editor and some combination of echo, print_r and exit calls is sufficient when dealing with simple code. However, when your killer...