Greetings, I done the debugger setup on a WAMP server...
What happens is that it says that a timeout error ocurred when the debug开发者_运维问答 server attempted to connect the following IP/Host 127.0.0.1
I already added to the php.ini zend_debugger.allow_hosts=127.0.0.1 zend_debugger.expose_remotely=always
this is running on my machine... I don't know how to fix this... can someone help me
Check following,
- The ZendDebugger is installd as zend_extension, not a regular extension.
- The dummy.php is in your document root.
Read this document for details,
http://static.zend.com/topics/Zend-Debugger-Installation-Guide.pdf
精彩评论