XDebug support for Eclipse PHP IDE
Great news! No more Zend debugger monopoly for PDT. Dave Kelsey submitted an enhancement to Eclipse PDT (formerly Eclipse PHP IDE) which provides XDebug support.
Plugin is totally usable, despite of some limitations (its just first public release, remember?)
XDebug works with absolute file names so the one the break point is set on must match the one xdebug is seeing when run by the PHP interpreter. The implementation is currently restricted to the fact that the apache document root should point to your active workspace. Break on first line works because it doesn’t initially run the code, it invokes a step into.
Continue to Xdebug plugin downloads