调试eclipse崩溃

时间:2014-06-11 13:54:39

标签: eclipse debugging eclipse-plugin

我在Ubuntu 14.04 LTS上安装了adt-bundle-linux-x86_64-20140321。 看来,这种组合非常不稳定。不稳定我的意思是它随机崩溃。

如何在eclipse中启用调试日志记录?

我在eclipse.ini中使用以下选项启动eclipse:

-startup plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835 -product com.android.ide.eclipse.adt.package.product -showsplash com.android.ide.eclipse.adt.package.product --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile --launcher.appendVmargs -vmargs -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms512m -Xmx768m -Declipse.buildId=v22.6.2-1085508 -XX:MaxPermSize=768M -Dorg.eclipse.swt.browser.DefaultType=mozilla -debug

看起来eclipse崩溃而没有编写崩溃日志文件。我很想知道它崩溃的原因。

-Dorg.eclipse.swt.browser.DefaultType=mozilla添加到配置使其更稳定,但它仍然随机崩溃。

0 个答案:

没有答案
相关问题