用PHPEclipse debug PHP时,不能正确映射。
正常运行时显示正常。
debug找不到文件。
例如
正常运行时网页地址显示的时候是http://localhost/test/test4.php 
Debug时显示http://localhost/test4.php?DBGSESSID=1@clienthost:10001。
少了工程目录文件夹名字“test”.谢谢大家帮忙啊~

解决方案 »

  1.   

    补充下:
    我用的PHP5.1,eclipse3.4
    在调试选项中已经选择了项目文件夹和该文件。
    在envirment中remot debug中写为绝对路径E:\work\test\test4.php。
      

  2.   

    俺用的是Zend Studio for Eclipse 6.0的,没有碰到过类似的问题啊如果想看的话,可以去这个地方看看http://blog.csdn.net/ruanchao/archive/2008/12/29/3637234.aspx