org.eclipse.core.runtime.osgi/.options

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (download) (annotate)
Tue Nov 25 21:23:17 2003 UTC (6 years ago) by dj
Branch: MAIN
CVS Tags: v20031127H12, HEAD
Initial release.
# Debugging options for the org.eclipse.core.runtime plugin

# Turn on general debugging for the org.eclipse.core.runtime plugin.
# Also displays overall startup time.
org.eclipse.core.runtime/debug=false

# Prints out values of OS, WS, NL, and ARCH
org.eclipse.core.runtime/debug/context=false

# Prints time taken by Plugin constructors and startup() methods.
org.eclipse.core.runtime/timing/startup=false

# Prints time taken by Plugin.shutdown() methods.
org.eclipse.core.runtime/timing/shutdown=false

# Prints debug information on running background jobs
org.eclipse.core.runtime/jobs=false
# Includes current date and time in job debug information
org.eclipse.core.runtime/jobs/timing=false
# Computes location of error on mismatched IJobManager.beginRule/endRule
org.eclipse.core.runtime/jobs/beginend=false


# Turn on debugging for the registry.
org.eclipse.core.runtime/registry/debug=false
# Specify a filename for a user-readable form of the plugin registry to be written to.
org.eclipse.core.runtime/registry/debug/dump=
org.eclipse.core.runtime/registry/debug/resolve=false

# Turn on debugging in the support for non-local plugins.
org.eclipse.core.runtime/url/debug=false
org.eclipse.core.runtime/url/debug/connect=false
org.eclipse.core.runtime/url/debug/cachelookup=false
org.eclipse.core.runtime/url/debug/cachecopy=false

# Turn on debugging for install/update.
org.eclipse.core.runtime/config/debug=false

# Turn on debugging for customization of default preference settings
org.eclipse.core.runtime/preferences/debug=false