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

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


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

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


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

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