PHPEclipse is a PHP development plugin for the Eclipse IDE Framework. And, XDebug is a PHP extension which provides debugging and profiling capabilities.
I am using Windows 7 Operating System and WAMP Server.
Install XDebug in Windows
– Create a php file with the code phpinfo().
– Open the newly created file in a browser. This outputs information about PHP’s configuration.
– Select All (CTRL + A)
– Copy (CTRL + C)
– Open http://xdebug.org/find-binary.php
– Paste in the textarea present in the page of the above link. Note: Do not paste the raw HTML (from view-source).
– Click ...
Windows: How to install and setup XDebug in PHP Eclipse? is a post from: Mukesh Chapagain's Blog