我想为eclipse安装启用org.eclipse.wst.server.core插件的跟踪。我已经读过,我在eclipse安装文件夹中需要一个.options文件。 .options文件的内容:
org.eclipse.wst.server.core/debug=true
org.eclipse.wst.server.core/extension_point=true
我也在eclipse.ini中指定了-debug选项。这是sts / eclipse.ini的内容:
-startup
../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20140603-1326
-product
org.springsource.sts.ide
--launcher.defaultAction
openFile
-debug
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx768m
-XX:MaxPermSize=256m
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Xdock:icon=../Resources/sts.icns
该文件位于eclipse文件夹下(eclipse.ini所在的位置) 这不起作用。我没有在日志中看到跟踪语句。 任何人都知道这个设置有什么问题吗?
答案 0 :(得分:0)
您必须使用-debug
选项启动Eclipse才能启用此功能。
您还可以指定-debug filename
为选项文件指定不同的路径