Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c82ad693a0b12379fa14b28d9a1826c66edba52b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Debugging options for the org.eclipse.ecf.provider.dnssd plug-in

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

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

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

org.eclipse.ecf.provider.dnssd/debug/methods/tracing=false
org.eclipse.ecf.provider.dnssd/debug/methods/changing=false

Back to the top