使用 PHPeclipse 进行调试

发布于 2024-12-05 05:10:22 字数 141 浏览 1 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉城凉梦凉人心 2024-12-12 05:10:22

这很可能是因为调试器无法匹配文件的真实路径和项目中的路径。

在调试配置中,有一个用于编辑文件映射的屏幕,您应该开始处理它。

这个教程展示了如何做到这一点。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文