Skip to main content
summaryrefslogtreecommitdiffstats
blob: aa9a2fe4f7aa841a7ce30250a05c00d5551a80de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Debugging and tracing options

org.eclipse.emf.cdo.common/debug = true
org.eclipse.emf.cdo.common/debug.protocol = true
org.eclipse.emf.cdo.common/debug.id = true
org.eclipse.emf.cdo.common/debug.model = true
org.eclipse.emf.cdo.common/debug.revision= true

org.eclipse.emf.cdo.common/perf = false
org.eclipse.emf.cdo.common/perf.revision = false
org.eclipse.emf.cdo.common/perf.revision.reading = false
org.eclipse.emf.cdo.common/perf.revision.writing = false

Back to the top