blob: 83d4c300ab16a757215140257c31726cac22d104 [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
50# Reports post actions addition/run
51org.eclipse.jdt.core/debug/postaction=false
52
53# Reports name resolution activity
54org.eclipse.jdt.core/debug/resolution=false
55
56# Reports java search activity
57org.eclipse.jdt.core/debug/search=false
58
59# Reports source mapper activity
60org.eclipse.jdt.core/debug/sourcemapper=false
61
62# Reports code formatter activity
63org.eclipse.jdt.core/debug/formatter=false
64
65# Reports open on selection activity : recovered unit, inferred selection
66org.eclipse.jdt.core/debug/selection=false
67
68# Reports access to zip and jar files through the Java model
69org.eclipse.jdt.core/debug/zipaccess=false
70
71# Reports the time to perform code completion.
72org.eclipse.jdt.core/perf/completion=300
73
74# Reports the time to perform code selection.
75org.eclipse.jdt.core/perf/selection=300
76
77# Reports the time to process a java element delta.
78org.eclipse.jdt.core/perf/javadeltalistener=500
79
80# Reports the time to perform an initialization of a classpath variable.
81org.eclipse.jdt.core/perf/variableinitializer=5000
82
83# Reports the time to perform an initialization of a classpath container.
84org.eclipse.jdt.core/perf/containerinitializer=5000
85
86# Reports the time to perform a reconcile operation.
87org.eclipse.jdt.core/perf/reconcile=1000