x调试稳定性问题
我在 xubuntu 10.9 VM 上运行 eclipse PDT,使用 xdebug 远程调试 PHP 5.3。 在过去 6 个月中,我遇到了许多问题,例如:
- 调试器在休眠 20 多分钟后停止响应断点。
- 调试器将突然退出并出现致命错误“意外终止”。需要重新启动eclipse才能再次调试。
- 会弹出非致命错误,我可能认为这是由于在执行过程中修改代码造成的。
这个问题可以通过升级或切换到 Zen 来解决吗?与使用 PyDev 或 Java 调试器相比,它确实令人沮丧。
还有其他人遇到同样的问题吗?
I'm running eclipse PDT on a xubuntu 10.9 VM, using xdebug to remote debug PHP 5.3.
I have been having a number of issues over the last 6 months, things like:
- Debugger stops responding to breakpoints after being dormant for 20+ minutes.
- Debugger will exit suddenly with the fatal error "unexpected termination". Requires eclipse to be restarted to debug again.
- Non fatal errors will pop up, I possibly think this is due to modifying code during execution.
Is this an issue that can be fixed by upgrading or switching to Zen? Its really frustrating compared to using PyDev or Java debuggers.
Is anyone else experiencing this same sort of issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Eclipse,xdebug 有时有点不稳定。在这里,我使用 Zend Studio 以及 Zend Debugger 和 xdebug。一切正常。
关于断点停止,我也遇到了问题。控制这一点的唯一方法是使用 Zend 工具栏从 Firefox/IE 调用调试器。
我认识的人也可以很好地使用 Netbeans + xdebug。
尝试下载并安装 Zend Debugger 并配置您的 Eclipse 以使用它。 Eclipse Helios 有很多改进 - 如果您使用较旧的 Eclipse 版本,请尝试一下。
With Eclipse, xdebug is sometimes a little unstable. Here, I use Zend Studio with Zend Debugger and xdebug. Everything works fine.
About breakpoints stops, I got a issue too. The only way to control this was use the Zend Toolbar to call debugger from Firefox/IE.
I know people that works fine with Netbeans + xdebug, too.
Try to download and install Zend Debugger and configure your Eclipse to work with it. Eclipse Helios has many improvements around it - try it if you use a older Eclipse version.