# Debugging options for the com.ibm.xtools.gef plug-in

# Turn on general debugging for the com.ibm.xtools.gef plug-in
com.ibm.xtools.gef/debug=true

# Trace when exceptions are caught
com.ibm.xtools.gef/debug/exceptions/catching=false
# Trace when exceptions are thrown
com.ibm.xtools.gef/debug/exceptions/throwing=false

# Trace when methods are entered
com.ibm.xtools.gef/debug/methods/entering=false
# Trace when methods are exited
com.ibm.xtools.gef/debug/methods/exiting=false

# Trace dnd
com.ibm.xtools.gef/debug/dnd/tracing=false
