Comment 9 for bug 545502

Revision history for this message
Florian Hackenberger (f-hackenberger) wrote :

I recompiled the xdebug debian package and got it working without any problems. I had to set the following in /etc/php5/apache2/conf.d/xdebug.ini and restart apache to make local variable display work in eclipse.

xdebug.remote_enable=On
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000