使用 PHPeclipse 进行调试
我正在尝试使用 PHPeclipse 设置 Eclipse 3.7。尝试使用调试器时(调试视角) 它说: 无法打开输入文件:test.php
我正在使用 php dbg 脚本。在配置选项中,我给出了测试文件的完整路径。
有什么想法吗?
I am trying to set-up Eclipse 3.7 with PHPeclipse. While trying to use the debugger (debug perspective)
it says:
Could not open input file: test.php
I am using php dbg script.in the configuration option i have given the full path of the test file.
Any ideas what's going on here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很可能是因为调试器无法匹配文件的真实路径和项目中的路径。
在调试配置中,有一个用于编辑文件映射的屏幕,您应该开始处理它。
这个教程展示了如何做到这一点。
This is most likely because the debugger cannot match the real path of the file and the path in your project.
In the debug configuration, there is an screen to edit filemap, you should start working on that.
this tutorial show how to do it.