Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3a060dd1258bc1aaac9250ccd782b6675efb0964 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Debugging and tracing options

org.eclipse.emf.cdo.dawn/debug = true

org.eclipse.emf.cdo.dawn/debug.session = true
org.eclipse.emf.cdo.dawn/debug.session.model = true
org.eclipse.emf.cdo.dawn/debug.session.revision = true

org.eclipse.emf.cdo.dawn/debug.view = true
org.eclipse.emf.cdo.dawn/debug.view.transaction = true
org.eclipse.emf.cdo.dawn/debug.view.audit = true

org.eclipse.emf.cdo.dawn/debug.object = true
org.eclipse.emf.cdo.dawn/debug.object.statemachine = true
org.eclipse.emf.cdo.dawn/debug.object.store = true

org.eclipse.emf.cdo.dawn/load.resource.before.notification = true

Back to the top