Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-12-18 14:55:26 +0000
committerThomas Watson2013-12-18 14:55:26 +0000
commit6d3ef59ca2421aee7c1278155ed98ee6b4a22fac (patch)
treee68e04ead380bf592e3fd797ff7578cd900d79f9 /bundles/org.eclipse.osgi/.options
parentdf5bd60dd3f6514c49c6b8c7a4b75cca996af3fd (diff)
downloadrt.equinox.framework-6d3ef59ca2421aee7c1278155ed98ee6b4a22fac.tar.gz
rt.equinox.framework-6d3ef59ca2421aee7c1278155ed98ee6b4a22fac.tar.xz
rt.equinox.framework-6d3ef59ca2421aee7c1278155ed98ee6b4a22fac.zip
Add option to trace resolving of root resources
Also remove the DEBUG_RESOLVER field. Instead each debug option is set to true of the base resolver option is enabled.
Diffstat (limited to 'bundles/org.eclipse.osgi/.options')
-rw-r--r--bundles/org.eclipse.osgi/.options2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.options b/bundles/org.eclipse.osgi/.options
index 5ea209ca5..9cc602ccc 100644
--- a/bundles/org.eclipse.osgi/.options
+++ b/bundles/org.eclipse.osgi/.options
@@ -41,6 +41,8 @@ org.eclipse.osgi/eclipseadaptor/converter/debug = false
# General debug option for the resolver. Enabling this option is equivalent to
# enabling all other resolver debug options.
org.eclipse.osgi/resolver = false
+# Displays the current root bundle which is being resolved
+org.eclipse.osgi/resolver/roots=false
# Displays information about matching capabilities returned to the resolver and
# why any were filtered out.
org.eclipse.osgi/resolver/providers = false

Back to the top