用notepad++ 和 xdebug 调试PHP,浏览器打开页面时,notepad闪亮,弹出错误提示:     unable to match filename "xxx.php" (ip: 127.0.0.1,idekey:1) unix 1有么有认遇到这个问题啊? 急!

解决方案 »

  1.   

    xxx.php的文件位置正确吗?
    包括本地路径和Web服务器上的路径。
      

  2.   

    文件在虚拟根目录 d:\www\web 里。所以我设置DBGp 的local path 和 remote path 都是 d:\www\web\
      

  3.   

    remote path好像不应该是d:\www\web\吧
    应该是web服务器的地址:http://localhost/www/web/
      

  4.   

    我访问页面的时候,是打开 http://localhost/test.php . 不过,我看作者设置的也是绝对路径。
      

  5.   

    试一下指定remote path是http://localhost/或者/
      

  6.   

    用 http://localhost/ 症状一样。