Hi, I managed to install xdebug and enable it through local php.ini files when needed.
It was working just fine for about a month, but today It doesn't.
If I try to start a debug session with Zend Studio IDE, it gets stuck in "57% launching: waiting for xdebug session"
If I run this command "$ sudo netstat -tunlp | grep 9000" on server console, I get:
Quote:
|
tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1609/php-fpm.conf)
|
phpinfo reports Xdebug v2.1.0
local php.ini
Quote:
zend_extension='/usr/lib/php5/20090626/xdebug.so'
[xdebug]
xdebug.remote_autostart=Off
xdebug.remote_enable=On
xdebug.remote_connect_back = On
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.profiler_enable = Off
xdebug.profiler_enable_trigger = On
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = '/media/data/www/clients/client1/web2/tmp/'
xdebug.remote_log='/media/data/www/clients/client1/web2/log/xdebug_didomenica.log'
|
Specs
Ubuntu server 12.04, upgraded today
PHP Version 5.3.10-1ubuntu3.4
Xdebug v2.1.0
Any help is really appreciated!
Thanks a lot!
Recent comments
23 hours 28 min ago
1 day 4 hours ago
1 day 5 hours ago
1 day 6 hours ago
1 day 8 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 15 hours ago
2 days 5 hours ago
2 days 6 hours ago