我正在处理一段 Java 代码,但遇到了转储问题。我正在做一些调试,出于某种原因,当我试图评估(观察或检查)在方法中声明的一些变量时,它会显示以下错误:
errors during the evaluation.
我不明白。我正在使用 Eclipse 3.7。
例如,它甚至对方法参数也是如此(在方法执行结束之前应该可用)。
我的eclipse.ini
文件是:
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
1024M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx1024M