Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5fa54d28425099c064f32050c8ad494f92067e3e (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
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

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

# Reports background indexer activity: indexing, saving index file, index queries
org.eclipse.cdt.core/debug/indexmanager=false

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

# Reports encoded index entries
org.eclipse.cdt.core/debug/indexer=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 file type resolver activity
org.eclipse.cdt.core/debug/typeresolver=false

Back to the top