org.eclipse.core.runtime/.options

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.36 - (download) (annotate)
Mon Nov 21 23:21:19 2005 UTC (4 years ago) by jeff
Branch: MAIN
CVS Tags: v20080324-1725, v20060731, v20090629, v20061030, post-109893, R3_3, v20060327, v20060320, v20081110, pre_126344, v20051205, v20051208, v20090223, v20080303, v20060227, v20060603, v20090316, v20061106, v20060213-1800, v20080512, v20060216, v20060213, v20061204, v20060412-2000, R3_3_1_1, v20060130, v20080201, v20060601a, v20060601b, R3_4, R3_5, R3_2, v20060412-1700, v20060317, pre_R3_3, v20090429-1800, v20090428, v20090425, v20081010, v20071207, v20071204, v20090911, v20070820, v20070510, v20080929, v200511211912, v20060123, pos_126344, v20060717, v20060710, v20080714, v20060510, v20060306, v20060116, v20060327-1200, v20060109, v20060905, v20070226, R3_4_2, R3_4_1, v20090925, v20060626, v20070827, v20080421-1805, v20060504-1200, v20061120, R3_2_1, v20060215a, R3_2_2, v20090119, v20060418, v20060411, v20081103, v20090525, v20080310, v20070316, v20070319, v20051128, v20090306, v20070409, pre-109893, R3_5_1, v20060511, v20070530, v20060209, R3_3_1, R3_3_2, v20060206, v20060426, I20060605-1430, HEAD
Branch point for: xApp_reorg_33
Changes since 1.35: +2 -25 lines
Bug 113663 [plan item] Refactor the runtime.  Initail commit
# 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

# Captures performance event information (See org.eclipse.core.runtime.PerformanceStats)
org.eclipse.core.runtime/perf=false

# Tracks performance events that run within an acceptable duration
org.eclipse.core.runtime/perf/success=false

# Turn on debugging for the compatibility layer
org.eclipse.core.runtime/compatibility/debug=false

# Turn on debugging for plugin preferences
org.eclipse.core.runtime/preferences/plugin=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