Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 82c3af2a8b359c3a4bc1485b97ee84d0ad36f3a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Debugging options for the org.eclipse.ecf.provider.filetransfer plug-in

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

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

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

Back to the top