Hello.
I have followed the debug extension installation manual, and have passed the 2 checks:
1) When running phpinfo(), I'm getting the correct 2.16.16 DBG details in the output. I used the debug module supplied with the PHP 5 installation provided in the NuSphere site.
2) I can connect to the DB listener via telnet 127.0.0.1 7869 – thought, when pointing with mouse on the dish, I'm getting "fetching client." instead of "1 client connected".
Every time I'm trying to run the debug, I'm getting the famous "timeout" error, and the following information in the output window:
DBG
Failed to run DBG session
reason:
client ip address [NULL] lookup failed
debugger request found in "query_string".
Not sure what it means? Visit
http://www.nusphere.com/dbg/ for troubleshooting.
I couldn’t find what this error means in the forum, but perhaps the debugger can't work with localhost?
Thanks in advance for any idea!
P.S. I'm using the 3.3.3 version, on Windows 2003 server, with Apache 2 and PHP 5.0.3 installed.