Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2c013e9b090bb3ca626ab1638c302f5318c70477 (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.provider.datashare plug-in

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

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

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

Back to the top