我的安装环境
1.Apache2.2
2.php5.3.8
3.ZendDebugger-5.2.12-cygwin_nt-i386.zip
4.eclipse-php-galileo-SR2-win32.zip按照要求也配置了,http://127.0.0.1访问是OK的
,可是每次想test Debugger时,总是提示下面的错误

A timeout occurred when the debug server attempted to connect to the following client hosts/IPsthe client hosts/IPs to which your debug server will attempt a connection can be configured from :
window|preferences|php|debug|installed Debuggers
请问什么原因?

解决方案 »

  1.   

    这个,自从写php代码以来就没用功ide调试了,一般就是echo和print_r、var_dump了。失败
      

  2.   

    我只用debug/run as PHP Script的,as PHP Web Page还要设置server之类的好像挺复杂
      

  3.   

    那你看看 window|preferences|php|debug|installed Debuggers 这里面是什么?没用过zend debugger,用的是xdebug
      

  4.   

    用PHP IDE吧, 这个比eclipse好用.
      

  5.   

    我用nb+xdebug
    就是表单输入不能调试
      

  6.   

    eclipse php 调试出来了
    原来安装的eclipse +pde 少插件安装插件 搞不出来
    放弃到官网找了个for php的而且支持xdebug终于弄好了
     从此抛弃NB ide
      

  7.   

    楼主解决了吗?我用的是xampp集成Apache  php5环境,安装开源的代码都有效果,zenddebug也按网上的那样弄的在php.ini也加了
    [Zend] 
    zend_extension_ts="D:\webDev\xampp\php\ZendDebugger.dll" 
    zend_debugger.allow_hosts=127.0.0.1/32,192.168.1.0/140 
    zend_debugger.expose_remotely=always 但是调试不成,测试zenddebug时一样的错
    我是搞其它开发的,习惯了eclipse环境,我的80端口.net又要用,xampp用的其它端口,看网上有帖子说是要浏览器zend debug工具 ,这个好像是被我360卸了。
      

  8.   

    这里找到了一篇介绍。。http://www.cnblogs.com/yaksea/archive/2011/08/26/2154154.html