Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: eb67f9a90e39f58ad9183ec5f8c071cfcc25eb1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
org.eclipse.cdt.core/debug=true

# Reports model builder activity
org.eclipse.cdt.core/debug/model=false

# Reports parser activity
org.eclipse.cdt.core/debug/parser=false

# Prints parser stack traces
org.eclipse.cdt.core/debug/parser/exceptions=false

# Reports scanner activity
org.eclipse.cdt.core/debug/scanner=false

# Reports search activity
org.eclipse.cdt.core/debug/search=false

# Reports search matches
org.eclipse.cdt.core/debug/matchlocator=false

# Reports delta processor tree activity
org.eclipse.cdt.core/debug/deltaprocessor=false

# Reports file type resolver activity
org.eclipse.cdt.core/debug/typeresolver=false

# Reports sequence of files indexed
org.eclipse.cdt.core/debug/indexer/activity=false

# Reports statistics for indexer
org.eclipse.cdt.core/debug/indexer/statistics=false

# Reports unresolved inclusions for indexer
org.eclipse.cdt.core/debug/indexer/problems/inclusion=false

# Reports scanner-problems for indexer (other than unresolved includes)
org.eclipse.cdt.core/debug/indexer/problems/scanner=false

# Reports syntax-problems for indexer
org.eclipse.cdt.core/debug/indexer/problems/syntax=false

# Reports problems for indexer, including inclusion-, scanner-, syntax- and resolution-problems.
org.eclipse.cdt.core/debug/indexer/problems=false

# Code formatter debugging
org.eclipse.cdt.core/debug/formatter=false

# ASTCache debugging
org.eclipse.cdt.core/debug/ASTCache=false

Back to the top