View Issue Details

IDProjectCategoryView StatusLast Update
0000912Xdebugpublic2013-02-07 15:35
Reporterdfavor Assigned Toderick  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Platformi386OSUbuntuOS Version12.10
Product Version2.2.1 
Summary0000912: xdebug remote never starts
Description

Here's xdebug ini info...

net1# php --ri xdebug | grep -i remote
xdebug.remote_enable => Off => Off
xdebug.remote_handler => dbgp => dbgp
xdebug.remote_host => 68.233.248.188 => 68.233.248.188
xdebug.remote_mode => req => req
xdebug.remote_port => 9000 => 9000
xdebug.remote_autostart => On => On
xdebug.remote_connect_back => Off => Off
xdebug.remote_log => /var/log/xdebug.remote.log => /var/log/xdebug.remote.log
xdebug.remote_cookie_expire_time => 3600 => 3600

netstat -an | grep 9000 shows no connection.

/var/log/xdebug.remote.log has no output.

net1# psall apache2
13203 1 0.0 0.3 578844 28640 root root /usr/sbin/apache2 -k start
13208 13203 0.0 0.1 578868 12560 www-data www-data /usr/sbin/apache2 -k start
13209 13203 0.0 0.1 578868 12560 www-data www-data /usr/sbin/apache2 -k start
13210 13203 0.0 0.1 578868 12560 www-data www-data /usr/sbin/apache2 -k start
13211 13203 0.0 0.1 578868 12560 www-data www-data /usr/sbin/apache2 -k start
13212 13203 0.0 0.1 578868 12560 www-data www-data /usr/sbin/apache2 -k start
net1# ll /var/log/xdebug.remote.log
-rw-r--r-- 1 www-data www-data 0 Dec 30 16:25 /var/log/xdebug.remote.log

Steps To Reproduce

service apache2 restart

Additional Information

Other Xdebug features seem to be working.

TagsNo tags attached.
Operating SystemUbuntu 12.10
PHP Version5.1.0

Activities

dfavor

2012-12-30 22:31

reporter   ~0002409

Running while : ; do netstat -an | grep 9000 ; done
and doing a service apache2 restart produces nothing either.

dfavor

2013-01-08 01:01

reporter   ~0002415

Someone let me know how to get started debugging this.

Thanks.

dfavor

2013-02-01 18:16

reporter   ~0002421

Bump.

Still no progress starting an XDebug session.

dfavor

2013-02-01 18:44

reporter   ~0002422

Hum... build debugclient and all seems well now.

derick

2013-02-07 15:35

administrator   ~0002423

That's weird... but let me close the issue then.

Issue History

Date Modified Username Field Change
2012-12-30 22:29 dfavor New Issue
2012-12-30 22:31 dfavor Note Added: 0002409
2013-01-08 01:01 dfavor Note Added: 0002415
2013-02-01 18:16 dfavor Note Added: 0002421
2013-02-01 18:44 dfavor Note Added: 0002422
2013-02-07 15:35 derick Note Added: 0002423
2013-02-07 15:35 derick Status new => resolved
2013-02-07 15:35 derick Resolution open => no change required
2013-02-07 15:35 derick Assigned To => derick
2016-07-31 12:35 derick Category Debug client (console) => debugclient (debugging tool)
2016-07-31 12:35 derick Category debugclient (debugging tool) => (No Category)