Skip to main content
summaryrefslogblamecommitdiffstats
blob: 3df9205ffbc49d7a55e11605226b05b8db334315 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                      
 

                                                               

                                                                              
# Debugging options for the org.eclipse.ecf.osgi.services.distribution plug-in

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

# Trace when exceptions are caught
org.eclipse.ecf.osgi.services.distribution/debug/exceptions/catching=true
# Trace when exceptions are thrown
org.eclipse.ecf.osgi.services.distribution/debug/exceptions/throwing=true

# Trace when methods are entered
org.eclipse.ecf.osgi.services.distribution/debug/methods/entering=true
# Trace when methods are exited
org.eclipse.ecf.osgi.services.distribution/debug/methods/exiting=true

org.eclipse.ecf.osgi.services.distribution/debug/eventhook=true

org.eclipse.ecf.osgi.services.distribution/debug/discoveredservicetracker=true

Back to the top