Aptana Studio 与 XDebug:在断点处打开了错误的文件
我使用的是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过安装 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 :)