PHP remote debugging with Xdebug and Eclipse PDT
Note: This article was originally published at Zend Developer Zone
on 21 June 2010.
Debugging is an invaluable part of software development. I find it very useful in a variety of situations, for instance when I want to understand how a routine works or I need to get rid of a bug that is not exactly easy to fix just by reading the code.
My main goal in this post is to show you how to set your debugging environment with Eclipse PDT and Xdebug.


