(Tutorial) "Debugging Drupal or any PHP Application with XDebug and Eclipse PDT"

Tutorial : "Debugging Drupal or any PHP Application with XDebug and Eclipse PDT"

1. Have a WAMP installed and running.
2. Install PDT
3. Get Xdebug that matches your PHP (the one installed with WAMP)
4. Place XDebug dll in WAMP_path\php\extensions.
5. There is no need to download another plugin for PDT. The XDebug is already implemented there.
6. Add these lines to the php.ini under C:\wamp\Apache2\bin\php.ini

[Read more..]

Courtesy : http://drupal.org