Hi,
I have installed phpdbg extension on remote host. Dbg-wizard says that everything is ok. But when I try to run debug session I got error like this:
Failed to start DBG session
Reason: failed to connect to the client address 10.0.254.2:7869
Not sure what it means? Visit http://www.nusphere.com/dbg/ for troubleshooting.
Debugger request: "396804472968300003;d=1,p=0,c=1"
Request found in: "query_string"
Target PHP version: "5.2.x"
Server API: "CGI/FastCGI"
Extensions API: "220060519"
Modules API: "20060613"
PHP API: "20041225"
|
Section "debugger" in my php.ini file looks like that:
[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=ALL
debugger.ports=7869, 10000/16
|
When I type "netstat -a" I don't see any process listening on 7869.
PHP is configured to work with lighttpd server.
phpinfo() shows that dbg is installed.
System where I try to run debugger is "Debian".
What to do ?
Thanks in advance for any help.
Best regards
Jacek