我在远程Linux服务器上安装了Zend Debugger。我通过查看phpinfo()
验证了安装。
我正在尝试在Aptana 3.3.1中调试PHP页面,但我不断收到以下错误消息:
A timeout occurred when the debug server attempted to connect to the following client hosts/IPs:
-192.168.1.64
-127.0.0.1
!DefaultDebugServerConnectionTest_theClientHostIPs!
Click here for more information on setting up remote debugging.
单击“此处”不会执行任何操作。
我已经确认Aptana正在访问dummy.php文件,因为如果我删除它,我会收到一条错误消息,指出dummy.php丢失了。问题似乎是dummy.php无法连接回我。
我已经尝试将路由器上的端口10000和10137转发到我的笔记本电脑,但它没有帮助。 Windows防火墙不记录任何丢弃的数据包,而Apache error_log
没有显示任何异常。
还有什么我可以尝试的吗?
谢谢, 沙恩。