Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 PHPeclipse 设置 Eclipse 3.7。在尝试使用调试器(调试透视图)时,它说:无法打开输入文件:test.php
我正在使用 php dbg script.in 配置选项中我已经给出了测试文件的完整路径。
有什么想法吗?
这很可能是因为调试器无法匹配文件的真实路径和您项目中的路径。
在调试配置中,有一个编辑文件映射的屏幕,您应该开始处理它。
本教程展示了如何做到这一点。