Debugging and Profiling in PHP using Xdebug
I just got introduced to Xdebug, a debugging and profiling tool for PHP. Previously I’ve tried the Zend profiler, but I never got it working properly.
One of the good things about Xdebug was how easy it was to install. First step, assuming you already have PHP and Apache installed, is to install the php-dev package. [...]