PHP Debugging on PDT using Xdebug, with PHP packaged in XAMPP
Saturday, June 19th, 2010It has been a while since I posted something technical so here goes. This article is meant for someone who has done PHP development before, and already has a web server and a working PHP installation.
Traditionally in the old days these are the things that I do to debug my PHP code:
Put in extra echo [...]
Popularity: 1% [?]
