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

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

org.eclipse.jst.jsf.facelet.core/tagregistry=false
org.eclipse.jst.jsf.facelet.core/tagregistry/changes=false
org.eclipse.jst.jsf.facelet.core/registrymanager=false
org.eclipse.jst.jsf.facelet.core/facetinstalldelegate=false
org.eclipse.jst.jsf.facelet.core/facetuninstalldelegate=false
org.eclipse.jst.jsf.facelet.core/facetchangedelegate=false

Back to the top