PDB FAQ
This file contains answers to frequently asked questions. Please see http://php-java-bridge.sourceforge.net for more information.
General questions
Which alternatives exist?
xdebug, Zend Debugger, ...
How do I enable the extension in my php.ini file?
Add
auto_prepend_file=/path/to/PHPDebugger.inc
to your php.ini
file.
Which clients are supported?
Currently only Eclipse. However, it will work with other IDE's, for example Aptana Studio, too.
Which versions are supported?
Do I need Java?
No.