zend studio 7.2debugger 安装后如何配置?
我测试debugger提示The file 'http://localhost/dummy.php',which is required by the zend debugger,could not be found.please verify that the zend debugger is properly installed on the server and that the 'dummy.php' is located in your web server's document root我的本地apache安装到 d:/server/apache php也在这个下面是d:/server/php   httpd.conf中documentroot是指到我的  d:/website/    按照网上安装debugger的步骤  我加php.ini    和 把dummy.php放到 d:/website/dummy.php   在点击test debugger的时候就出现这样的错误 ...  别从网上复制没有用的答案    

解决方案 »

  1.   

    Zend studio的"配置"->debug,中需要指定你的debug程序,比如Zend Debuger或者XDebug
      

  2.   

    你是说 php debugger  -> 下方的php debugger :  下拉框默认就是zend debugger  还怎么配置?或是说的详细一点?
      

  3.   

    问题补充:是不是用zend studio 7.2调试php  外部调试  就安装一个debugger就可以了   然后配置php.ini是配置我本地的php.ini还是zend 7.2里面的啊?在哪里找?
      

  4.   

    安装一个debugger就可以了,配置你的Web服务器加载的那个php.ini
    用phpinfo()函数查看你的web服务器加载的是哪个php.ini
      

  5.   

    还是5.5版本会好一些, 直接在线调试,按一下F5键即可. 对于echo print_r 及函数功能检阅, 很有帮助.