Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 12887a16f5c56bda103ecbc4d44e505000cf5656 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Master switch for tracing in this bundle  
org.eclipse.papyrus.infra.emf/debug=true

# Tracing the indexer
org.eclipse.papyrus.infra.emf/debug/indexer=false

# Tracing the indexer's processing of files in detail
org.eclipse.papyrus.infra.emf/debug/indexer/files=false

# Tracing the indexer's matching of files to be indexed or not
org.eclipse.papyrus.infra.emf/debug/indexer/files/matching=false

# Tracing the indexer's broadcast of events to listeners in detail
org.eclipse.papyrus.infra.emf/debug/indexer/events=false

Back to the top