Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 1 | # Turn on debug tracing for org.eclipse.jdt.core plugin |
| 2 | org.eclipse.jdt.core/debug=true |
| 3 | |
| 4 | # Reports buffer manager activity |
| 5 | org.eclipse.jdt.core/debug/buffermanager=false |
| 6 | |
| 7 | # Reports incremental builder activity : nature of build, built state reading, indictment process |
| 8 | org.eclipse.jdt.core/debug/builder=false |
| 9 | |
| 10 | # Reports compiler activity |
| 11 | org.eclipse.jdt.core/debug/compiler=false |
| 12 | |
| 13 | # Reports codeassist completion activity : recovered unit, inferred completions |
| 14 | org.eclipse.jdt.core/debug/completion=false |
| 15 | |
| 16 | # Reports classpath variable initialization, and classpath container resolution |
| 17 | org.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) |
| 20 | org.eclipse.jdt.core/debug/cpresolution/advanced=false |
| 21 | |
| 22 | # Reports failures during classpath variable initialization, and classpath container resolution |
| 23 | org.eclipse.jdt.core/debug/cpresolution/failure=false |
| 24 | |
Stephan Herrmann | 4388de0 | 2013-12-30 10:43:45 +0100 | [diff] [blame] | 25 | # Reports bad node nesting in DOM AST (for interactive usage) |
Stephan Herrmann | c7600d8 | 2013-04-28 22:48:05 +0200 | [diff] [blame] | 26 | org.eclipse.jdt.core/debug/dom/ast=false |
| 27 | |
Stephan Herrmann | 4388de0 | 2013-12-30 10:43:45 +0100 | [diff] [blame] | 28 | # Throws an exception in case of bad node nesting in DOM AST (enabled in tests) |
Stephan Herrmann | c7600d8 | 2013-04-28 22:48:05 +0200 | [diff] [blame] | 29 | org.eclipse.jdt.core/debug/dom/ast/throw=false |
| 30 | |
Stephan Herrmann | 4388de0 | 2013-12-30 10:43:45 +0100 | [diff] [blame] | 31 | # Reports type errors when using ASTRewrite (throws exceptions; not enabled by default, since some non-typesafe operations are fine in practice) |
Stephan Herrmann | c7600d8 | 2013-04-28 22:48:05 +0200 | [diff] [blame] | 32 | org.eclipse.jdt.core/debug/dom/rewrite=false |
| 33 | |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 34 | # Report type hierarchy connections, refreshes and deltas |
| 35 | org.eclipse.jdt.core/debug/hierarchy=false |
| 36 | |
| 37 | # Reports background indexer activity: indexing, saving index file, index queries |
| 38 | org.eclipse.jdt.core/debug/indexmanager=false |
| 39 | |
| 40 | # Print notified Java element deltas |
| 41 | org.eclipse.jdt.core/debug/javadelta=false |
| 42 | org.eclipse.jdt.core/debug/javadelta/verbose=false |
| 43 | |
| 44 | # Reports various Java model activities |
| 45 | org.eclipse.jdt.core/debug/javamodel=false |
| 46 | |
| 47 | # Reports Java model elements opening/closing |
| 48 | org.eclipse.jdt.core/debug/javamodel/cache=false |
| 49 | |
| 50 | # Reports post actions addition/run |
| 51 | org.eclipse.jdt.core/debug/postaction=false |
| 52 | |
| 53 | # Reports name resolution activity |
| 54 | org.eclipse.jdt.core/debug/resolution=false |
| 55 | |
| 56 | # Reports java search activity |
| 57 | org.eclipse.jdt.core/debug/search=false |
| 58 | |
| 59 | # Reports source mapper activity |
| 60 | org.eclipse.jdt.core/debug/sourcemapper=false |
| 61 | |
| 62 | # Reports code formatter activity |
| 63 | org.eclipse.jdt.core/debug/formatter=false |
| 64 | |
| 65 | # Reports open on selection activity : recovered unit, inferred selection |
| 66 | org.eclipse.jdt.core/debug/selection=false |
| 67 | |
| 68 | # Reports access to zip and jar files through the Java model |
| 69 | org.eclipse.jdt.core/debug/zipaccess=false |
| 70 | |
| 71 | # Reports the time to perform code completion. |
| 72 | org.eclipse.jdt.core/perf/completion=300 |
| 73 | |
| 74 | # Reports the time to perform code selection. |
| 75 | org.eclipse.jdt.core/perf/selection=300 |
| 76 | |
| 77 | # Reports the time to process a java element delta. |
| 78 | org.eclipse.jdt.core/perf/javadeltalistener=500 |
| 79 | |
| 80 | # Reports the time to perform an initialization of a classpath variable. |
| 81 | org.eclipse.jdt.core/perf/variableinitializer=5000 |
| 82 | |
| 83 | # Reports the time to perform an initialization of a classpath container. |
| 84 | org.eclipse.jdt.core/perf/containerinitializer=5000 |
| 85 | |
| 86 | # Reports the time to perform a reconcile operation. |
| 87 | org.eclipse.jdt.core/perf/reconcile=1000 |