Hi
I used successfully xdebug until few days with eclipse 3.3 and php5.
Since I did 2 things:
* upgraded my debian (Sid) system whitch lead to upgrade from php 5.2.6 to 5.3.1
* installed zendoptimizer
Then, when I started a debug session, Firefox opens a new window with my script, as usual, but Eclipse hangs up with message "Waiting for Xdebug session" and no breakpoints are working.
So I forced back my php install to 5.2.6 and uninstalled zendoptimizer (whitch I learned was not compatible) but Eclipse still hangs.
netstat -a shows Eclipse listens to the right default 9000 port and my php.ini is like that:
[Xdebug]; kmc Mars 2009
zend_extension=/usr/lib/php5/20060613+lfs/xdebug-2.0.4.so
xdebug.remote_enable=true
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=0
;xdebug.profiler_output_dir=/var/log/xdebug.log
xdebug.remote_log=/var/log/xdebug.log
phpinfo() still shows xdebug 2.0.4 installed.
debug.log remains empty and I don't know what to do after 2 days of Googlings.
Thanks for your support.
Regards
-- Thierry CHEN webologix.com ---------------------------------------------------------------- <img src="http://www.webologix.com/favicon.ico">Received on Sun Mar 14 2010 - 19:19:16 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST