]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.workbench/debug.options
Layer0Utils.addL0Identifier to prevent possible differentiation of code
[simantics/platform.git] / bundles / org.simantics.workbench / debug.options
1 #org.eclipse.ui/debug=true
2 #org.eclipse.ui/trace/keyBindings=false
3 #org.eclipse.ui/trace/keyBindings.verbose=false
4 #org.eclipse.ui/trace/sources=false
5 #org.eclipse.ui/trace/handlers=true
6 #org.eclipse.ui/trace/handlers.verbose=true
7 #org.eclipse.ui/trace/handlers.verbose.commandId=fi.vtt.proconf.project.command.newProject
8 #org.eclipse.ui/trace/handlers.verbose.commandId=fi.vtt.proconf.project.command.deleteLocalCopy
9 #org.eclipse.ui/trace/handlers.verbose.commandId=org.eclipse.ui.edit.copy
10 #org.eclipse.ui/trace/handlers.verbose.commandId=org.eclipse.jdt.ui.navigate.open.type
11 #org.eclipse.ui/trace/contexts=false
12 #org.eclipse.ui/trace/contexts.verbose=false
13
14
15 # Turn on general debugging for org.eclipse.osgi
16 org.eclipse.osgi/debug=true
17 # Prints out class loading debug information
18 org.eclipse.osgi/debug/loader=true
19 # Prints out event (FrameworkEvent/BundleEvent/ServiceEvent) and listener debug information
20 org.eclipse.osgi/debug/events=false
21 # Prints out OSGi service debug information (registration/getting/ungetting etc.)
22 org.eclipse.osgi/debug/services=false
23 # Prints out bundle manifest parsing debug information
24 org.eclipse.osgi/debug/manifest=false
25 # Prints out LDAP filter debug information
26 org.eclipse.osgi/debug/filter=false
27 # Prints out security (PermissionAdmin service) debug information
28 org.eclipse.osgi/debug/security=false
29 # Prints out start level service debug information
30 org.eclipse.osgi/debug/startlevel=false
31 # Prints out package admin service debug information
32 org.eclipse.osgi/debug/packageadmin=false
33 # Prints out timing information for bundle activation
34 org.eclipse.osgi/debug/bundleTime=false
35 # Debug the loading of message bundles
36 org.eclipse.osgi/debug/messageBundles=false
37
38 # Eclipse adaptor options
39 org.eclipse.osgi/eclipseadaptor/debug = false
40 org.eclipse.osgi /eclipseadaptor/debug/location = false
41 org.eclipse.osgi/eclipseadaptor/debug/platformadmin=false
42 org.eclipse.osgi/eclipseadaptor/debug/platformadmin/resolver=false
43 org.eclipse.osgi/eclipseadaptor/converter/debug = false
44
45 ### OSGi resolver options
46 # Turns on debugging for the resolver
47 org.eclipse.osgi/resolver/debug = false
48 # Prints out wiring information after the resolver has completed the resolve process
49 org.eclipse.osgi/resolver/wiring = false
50 # Prints out Import-Package information
51 org.eclipse.osgi/resolver/imports = false
52 # Prints out Require-Bundle information
53 org.eclipse.osgi/resolver/requires = false
54 # Prints out package grouping information form the "uses" clause
55 org.eclipse.osgi/resolver/grouping = false
56 # Prints out cycle information
57 org.eclipse.osgi/resolver/cycles = false
58 # Prints out Eclipse-GenericRequire information
59 org.eclipse.osgi/resolver/generics = false
60
61 #### Profile settings
62 org.eclipse.osgi/profile/startup = false
63 org.eclipse.osgi/profile/benchmark = false
64 org.eclipse.osgi/profile/debug = false
65
66 # Override the default implemenation
67 org.eclipse.osgi/profile/impl = org.eclipse.osgi.internal.profile.DefaultProfileLogger
68
69 # Append all profile messages to the filename specified
70 org.eclipse.osgi/defaultprofile/logfilename =
71
72 # Output all profile log messages synchronously to the jvm console.
73 # By default, all log messages are cached until the log buffer is
74 # requested.
75 org.eclipse.osgi/defaultprofile/logsynchronously = false
76
77 # Specify the size of the default profile implementation log buffer.
78 org.eclipse.osgi/defaultprofile/buffersize = 256
79
80 #### Monitoring settings
81 # monitor class loading
82 org.eclipse.osgi/monitor/classes=false
83
84 # monitor bundle activation
85 org.eclipse.osgi/debug/monitorbundles=false
86 org.eclipse.osgi/monitor/activation=false
87
88 # monitor resource bundle (*.properties) loading
89 org.eclipse.osgi/monitor/resources=false
90
91 #### Trace settings
92 # trace class loading - snapshot the execution stack when a class is loaded
93 org.eclipse.osgi/trace/classLoading=false
94
95 # trace location - file in which execution traces are written
96 org.eclipse.osgi/trace/filename=runtime.traces
97
98 # trace filters - Java properties file defining which classes should
99 # be traced (if trace/classLoading is true)
100 # File format:
101 # plugins=<comma separated list of plugins whose classes to trace>
102 # packages=<comma separated list of package prefixes of classes to trace>
103 # Note that there may be many 'plugins' and 'packages' lines in one file.
104 org.eclipse.osgi/trace/filters=trace.properties
105
106 # trace bundle activation - snapshot the execution stack when a bundle is activated
107 org.eclipse.osgi/trace/activation=false