blob: c50fb79ce858f7b45fa7e67926fe746ddc37b5de [file] [log] [blame]
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00001# Turn on debug tracing for org.eclipse.jdt.core plugin
2org.eclipse.jdt.core/debug=true
3
4# Reports buffer manager activity
5org.eclipse.jdt.core/debug/buffermanager=false
6
7# Reports incremental builder activity : nature of build, built state reading, indictment process
8org.eclipse.jdt.core/debug/builder=false
9
10# Reports compiler activity
11org.eclipse.jdt.core/debug/compiler=false
12
13# Reports codeassist completion activity : recovered unit, inferred completions
14org.eclipse.jdt.core/debug/completion=false
15
16# Reports classpath variable initialization, and classpath container resolution
17org.eclipse.jdt.core/debug/cpresolution=false
18
19# Reports internals of classpath variable initialization, and classpath container resolution (to be used on the JDT/Core team request only)
20org.eclipse.jdt.core/debug/cpresolution/advanced=false
21
22# Reports failures during classpath variable initialization, and classpath container resolution
23org.eclipse.jdt.core/debug/cpresolution/failure=false
24
Stephan Herrmann4388de02013-12-30 10:43:45 +010025# Reports bad node nesting in DOM AST (for interactive usage)
Stephan Herrmannc7600d82013-04-28 22:48:05 +020026org.eclipse.jdt.core/debug/dom/ast=false
27
Stephan Herrmann4388de02013-12-30 10:43:45 +010028# Throws an exception in case of bad node nesting in DOM AST (enabled in tests)
Stephan Herrmannc7600d82013-04-28 22:48:05 +020029org.eclipse.jdt.core/debug/dom/ast/throw=false
30
Stephan Herrmann4388de02013-12-30 10:43:45 +010031# Reports type errors when using ASTRewrite (throws exceptions; not enabled by default, since some non-typesafe operations are fine in practice)
Stephan Herrmannc7600d82013-04-28 22:48:05 +020032org.eclipse.jdt.core/debug/dom/rewrite=false
33
Stephan Herrmann7b7062f2010-04-01 19:56:59 +000034# Report type hierarchy connections, refreshes and deltas
35org.eclipse.jdt.core/debug/hierarchy=false
36
37# Reports background indexer activity: indexing, saving index file, index queries
38org.eclipse.jdt.core/debug/indexmanager=false
39
40# Print notified Java element deltas
41org.eclipse.jdt.core/debug/javadelta=false
42org.eclipse.jdt.core/debug/javadelta/verbose=false
43
44# Reports various Java model activities
45org.eclipse.jdt.core/debug/javamodel=false
46
47# Reports Java model elements opening/closing
48org.eclipse.jdt.core/debug/javamodel/cache=false
49
Stephan Herrmannafbebd82016-10-06 22:01:15 +020050# Reports changes in the Java classpath and classpath resolution
51org.eclipse.jdt.core/debug/javamodel/classpath=false
52
53# Reports all insertions and removals from the java model cache
54org.eclipse.jdt.core/debug/javamodel/insertions=false
55
56# Records information about the invalid archive cache
57org.eclipse.jdt.core/debug/javamodel/invalid_archives=false
58
59# Prints information about when the indexer runs and what files are being indexed
60org.eclipse.jdt.core/debug/index/indexer=false
61
62# Prints a line whenever a class is added to or removed from the index
63org.eclipse.jdt.core/debug/index/insertions=false
64
65# Prints diagnostic information about index database locks
66org.eclipse.jdt.core/debug/index/locks=false
67
68# Prints statistics about database memory usage
69org.eclipse.jdt.core/debug/index/space=false
70
71# Performs self-testing during indexing by reading back every class and comparing it with the original .class file
72org.eclipse.jdt.core/debug/index/selftest=false
73
74# Prints statistics about indexing time
75org.eclipse.jdt.core/debug/index/timing=false
76
Stephan Herrmann7b7062f2010-04-01 19:56:59 +000077# Reports post actions addition/run
78org.eclipse.jdt.core/debug/postaction=false
79
80# Reports name resolution activity
81org.eclipse.jdt.core/debug/resolution=false
82
83# Reports java search activity
84org.eclipse.jdt.core/debug/search=false
85
86# Reports source mapper activity
87org.eclipse.jdt.core/debug/sourcemapper=false
88
89# Reports code formatter activity
90org.eclipse.jdt.core/debug/formatter=false
91
92# Reports open on selection activity : recovered unit, inferred selection
93org.eclipse.jdt.core/debug/selection=false
94
95# Reports access to zip and jar files through the Java model
96org.eclipse.jdt.core/debug/zipaccess=false
97
98# Reports the time to perform code completion.
99org.eclipse.jdt.core/perf/completion=300
100
101# Reports the time to perform code selection.
102org.eclipse.jdt.core/perf/selection=300
103
104# Reports the time to process a java element delta.
105org.eclipse.jdt.core/perf/javadeltalistener=500
106
107# Reports the time to perform an initialization of a classpath variable.
108org.eclipse.jdt.core/perf/variableinitializer=5000
109
110# Reports the time to perform an initialization of a classpath container.
111org.eclipse.jdt.core/perf/containerinitializer=5000
112
113# Reports the time to perform a reconcile operation.
114org.eclipse.jdt.core/perf/reconcile=1000