使用 PyDev 调试时 eclipse 崩溃

发布于 2024-12-05 05:46:27 字数 130 浏览 1 评论 0原文

正如标题所描述的那样。我使用的是Eclipse Helios,PyDev插件2.2.2.2022082312,操作系统是Red Hat 4.1.2-48 Linux版本2.6.18-194.el5。我设置断点并开始调试后,Eclipse总是崩溃。

Just as described in the title. I am using Eclipse Helios, PyDev plugin 2.2.2.2022082312, the OS is Red Hat 4.1.2-48 Linux version 2.6.18-194.el5. After I set the breakpoint and start to debug, Eclipse always crashes.

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

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

发布评论

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

评论(2

时光匆匆的小流年 2024-12-12 05:46:27

查看 $eclipse/configuration 文件夹下的日志文件或使用 http://www.ibm.com/developerworks/cn/websphere/library/techarticles/0903_suipf_javadump/

也许你可以得到从中获得更多有用的信息。希望有帮助..

Check out log file under $eclipse/configuration folder or analyse the dump files using tools like http://www.ibm.com/developerworks/cn/websphere/library/techarticles/0903_suipf_javadump/

Maybe you can get more useful information from that. Hope it helps..

可是我不能没有你 2024-12-12 05:46:27

如果发生崩溃(即:虚拟机停止创建转储),则几乎总是 Java 虚拟机中的错误。因此,尝试使用不同的 VM——通常最可靠的是 Sun Java VM——或者现在可能称为 Oracle Java VM :)

If you have a crash (i.e.: the vm quits creating a dump), it's almost always a bug in the Java VM. So, try using a different VM -- usually the most reliable is the Sun Java VM -- or maybe it's called Oracle Java VM now :)

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