使用 PyDev 调试时 eclipse 崩溃
正如标题所描述的那样。我使用的是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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 $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..
如果发生崩溃(即:虚拟机停止创建转储),则几乎总是 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 :)