org.eclipse.wst.rdb.core/debug=false

# Will provide some tracing about when Connections are being created/released/timed-out/interrupted 
org.eclipse.wst.rdb.core/debug/connectionManagement=false

# Will provide the stack trace for clients creating and executing Statements - Not release the statements created will prevent the connection
# from being timed-out
# Can be very verbose - Try statementCountManagement first
org.eclipse.wst.rdb.core/debug/statementStackManagement=false

# Will provide the statement count for the current connection so that we can quickly evaluate if the count is not being set back to 0.
# For instance:
## Loading some table will require creating one or multiple Statements -> The count will be incremented
## Once Statements have been executed, they should be released -> The count will be decremented
org.eclipse.wst.rdb.core/debug/statementCountManagement=false
