# Debugging options for the org.eclipse.emf.transaction plug-in

# Turn on general debugging for the org.eclipse.emf.transaction plug-in
org.eclipse.emf.transaction/debug=true


# Trace when exceptions are caught
org.eclipse.emf.transaction/debug/exceptions/catching=false

# Trace when exceptions are thrown
org.eclipse.emf.transaction/debug/exceptions/throwing=false


# Trace when methods are entered
org.eclipse.emf.transaction/debug/methods/entering=false

# Trace when methods are exited
org.eclipse.emf.transaction/debug/methods/exiting=false


# Trace editing domain locking activity
org.eclipse.emf.transaction/debug/locking=false

# Trace activation, commit, rollback, yield, etc. of transactions
org.eclipse.emf.transaction/debug/transactions=false
