Skip to main content
summaryrefslogtreecommitdiffstats
blob: e96177b5a215af0e9716ed72f975cb0c7a53f0aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Debugging options for the org.eclipse.ecf.docshare plug-in

# Turn on general debugging for the org.eclipse.ecf.docshare plug-in
org.eclipse.ecf.docshare/debug=true
org.eclipse.ecf.docshare/debug/filter = *
org.eclipse.ecf.docshare/debug/flag = true

# Trace when exceptions are caught
org.eclipse.ecf.docshare/debug/exceptions/catching=false
# Trace when exceptions are thrown
org.eclipse.ecf.docshare/debug/exceptions/throwing=false

# Trace when methods are entered
org.eclipse.ecf.docshare/debug/methods/entering=false
# Trace when methods are exited
org.eclipse.ecf.docshare/debug/methods/exiting=false

Back to the top