Currently, under Preferences>PHP>Debug>Installed Debugger, only Zend Debugger is shown, and there is no way to add xdebug, even though I have verified that it is active using phpinfo().

Does anyone know a way to add xdebug (probably via "Install New Software", but any method will be appreciated)?

link|improve this question
feedback

1 Answer

I do not have it installed now, but if I remember well, on the beta I renamed all Eclipse zend debugger plugins. I think they were two or three. I have just added a ".no" at the end of the name changing their extensions.

I then restarted FB for PHP, and in the options I was finaly able to insert my XDebug parameters. I hope it still works like that with the release version.

The files to rename are:

com.zend.php.debug.ui_8.0.0.v20110117-2133.jar
com.zend.php.debug.core_8.0.0.v20110331-1830.jar

I simply renamed them to:

com.zend.php.debug.ui_8.0.0.v20110117-2133.jar.no
com.zend.php.debug.core_8.0.0.v20110331-1830.jar.no

After that, xdebug magically shows up in the installed debuggers list.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.