I'm running PHP through tomcat on my local dev machine using the
php/java bridge. Is it possible to setup xdebug to work with the
php/java bridge?
Thank you.
Hi,
AFAIK running xdebug isn't a good idea. It is unstable and may crash your
PHP installation.
Please use the Zend debugger or the PHP debugger instead. Please see
http://php-java-bridge.sourceforge.net/phpdebugger/index.php
Regards,
Jost Bökemeier