# Debugging options for the org.eclipse.gmf.runtime.gef.ui plug-in

# Turn on general debugging for the org.eclipse.gmf.runtime.gef.ui plug-in
org.eclipse.gmf.runtime.gef.ui/debug=true

# Trace when exceptions are caught
org.eclipse.gmf.runtime.gef.ui/debug/exceptions/catching=false
# Trace when exceptions are thrown
org.eclipse.gmf.runtime.gef.ui/debug/exceptions/throwing=false

# Trace when methods are entered
org.eclipse.gmf.runtime.gef.ui/debug/methods/entering=false
# Trace when methods are exited
org.eclipse.gmf.runtime.gef.ui/debug/methods/exiting=false

# Trace dnd
org.eclipse.gmf.runtime.gef.ui/debug/dnd/tracing=false
