Aptana Studio 与 XDebug:在断点处打开了错误的文件

发布于 2024-07-27 17:11:03 字数 265 浏览 5 评论 0原文

我使用的是 Aptana Studio 1.2.7 和 XDebug 2.0.4,我的网站基于 zend 框架。 当我的代码中到达断点时,当存在多个同名文件时,aptana studio 打开错误的文件(例如 ..\library\Project\Db\Table\Abstract.php (断点集)和 \library\Zend \View\Helper\Placeholfer\Container\Abstract.php)。 变量显示正确,正确的行突出显示,显示错误的文件。 这个问题有什么解决办法吗?

I'm using Aptana Studio 1.2.7 with XDebug 2.0.4 and my website is based on the zend framework. When reaching a breakpoint in my code, aptana studio opens the wrong file when there is more than one file with the same name (e.g. ..\library\Project\Db\Table\Abstract.php (breakpoint set) and \library\Zend\View\Helper\Placeholfer\Container\Abstract.php). The variables are shown correctly and the correct line is highlighted, the wrong file is shown. Is there any solution to this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

最单纯的乌龟 2024-08-03 17:11:03

通过安装 Aptana Studio 1.5.1 和 PHP Plugin 1.1 已解决该问题。 IDE 现在可以打开正确的文件,并且远程调试器的工作速度也更快:)

The problem has been resolved by installing Aptana Studio 1.5.1 and PHP Plugin 1.1. The IDE now opens the correct file and the remote debugger works much faster, too :)

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