Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6711222a1efbdfe9da101a21e9900ed8ace1f08f (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.filetransfer plug-in

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

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

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

Back to the top