• 技术文章 >后端开发 >php教程

    Zend Debugger 无法调试有关问题

    2016-06-13 10:19:22原创753

    Zend Debugger 无法调试问题
    _section_start -->总是提示检测端口的问题···

    cannot detect running zend studio
    would you like to launch it?


    另外一个提示···
    cannot auto detect zend sudio settings at port:20080.
    make sure that zend studio v4.0 or newer isrunning on this computer
    and is configured to work on this port. if you have an older version,
    use the settings dialog to disablie auto detection and manually configure
    the zend studio settings.

    重新安装了都没有···求大虾指导··!!

    ------解决方案--------------------
    命令行中输入netstat -na,看看20080端口有没有在监听?

    还有,Window防火墙规则有没有允许20080端口通过
    ------解决方案--------------------
    http://blog.csdn.net/heiyeshuwu/archive/2010/06/21/5684307.aspx
    ------解决方案--------------------
    直接 用die()、exit()、 或者print_r()输出打印,查看程序执行情况...
    ------解决方案--------------------
    首先一个很重要的问题是你的php 版本必须是5.2.*或以下 5.3的都不支持zend debugger 当初我也安装了半天 才知道这个问题哎~~
    如果不是以上所述 这个网站很不错 很详细 你看了就会了
    http://www.zendstudio.net/zend-studio-tutorial/install-zend_debugger/

    声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。
    上一篇:关于PHP模板,该怎么处理 下一篇:自己动手写 PHP MVC 框架(40节精讲/巨细/新人进阶必看)

    相关文章推荐

    • 聊聊PHP escapeshellarg函数使用的中文问题• PHP原生类的总结分享• 分享PHP函数使用小工具(附代码示例)• PHP安全编码总结(经验分享)• 非常全面!PHP常见漏洞代码总结!
    1/1

    PHP中文网