Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9f678f49c8552df01553608c0976169cae9b56a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Debugging options for the org.eclipse.jst.jsf.core

# Turn on general debugging for the org.eclipse.jsf.core plugin.
org.eclipse.jst.jsf.core/debug=false

org.eclipse.jst.jsf.core/designtime/view/jsptagregistry=false
org.eclipse.jst.jsf.core/designtime/view/jsptagregistry/changes=false
org.eclipse.jst.jsf.core/designtime/view/jsptagregistry/perf=false

org.eclipse.jst.jsf.core/designtime/view/tldregistrymanager=false

org.eclipse.jst.jsf.core/designtime/view/jsptagpersistence=false

org.eclipse.jst.jsf.core/designtime/view/jsptagintrospection=false
org.eclipse.jst.jsf.core/designtime/view/jsptagintrospection/perf=false

Back to the top