Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8a4836f0133c9bc3e3e74b6110a629ef7a0b8974 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Debug tracing for org.eclipse.jdt.core plugin
# Includes traces needed for most client-visible problems
org.eclipse.jdt.apt.core/debug=false

# Debug tracing for file generation
org.eclipse.jdt.apt.core/debug/generatedFiles=false

# Debug tracing for internal data structures used in file generation
org.eclipse.jdt.apt.core/debug/generatedFileMaps=false

# Debug tracing for compilation environment
org.eclipse.jdt.apt.core/debug/compilationEnv=false

Back to the top