Getting xDebug working [message #916386] |
Tue, 18 September 2012 20:41  |
Eclipse User |
|
|
|
I'm trying to get xDebug working. I've run out of ideas and have followed a number of tutorials. I'm running Kubuntu 11.10 and Eclipse 3.7.0
PDT and xDebug are both installed. I have the following setting under php->debug
PHP Debugger: XDebug
Server: Default PHP Web Server
PHP Executable: System PHP
The following is the config file created when I installed xDebug (/etc/php5/conf.d/xdebug.ini) which contains the following:
zend_extension=/usr/lib/php5/20090626/xdebug.so
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_port=9000
I reloaded apache after adding the last three lines, and I confirmed the zend_extension path. I also restarted Ecplipse.
Any advice would be great. Thanks.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08708 seconds