# Debugging options for the com.ibm.xtools.reqpro.dataaccess.model plug-in

# Turn on general debugging
com.ibm.xtools.reqpro.dataaccess.model/debug=true

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

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