Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cc9b2e0bc9efd2eb1c9c99881edbec53e4b6cf57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Debugging options for the org.eclipse.ecf.osgi.services.remoteserviceadmin plug-in

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

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

org.eclipse.ecf.osgi.services.remoteserviceadmin/debug/remoteserviceadmin=true

org.eclipse.ecf.osgi.services.remoteserviceadmin/debug/topologymanager=true

org.eclipse.ecf.osgi.services.remoteserviceadmin/debug/containerselector=true

org.eclipse.ecf.osgi.services.remoteserviceadmin/debug/metadatafactory=true

org.eclipse.ecf.osgi.services.remoteserviceadmin/debug/endpointdescriptionadvertiser=true

org.eclipse.ecf.osgi.services.remoteserviceadmin/debug/endpointdescriptionlocator=true

org.eclipse.ecf.osgi.services.remoteserviceadmin/debug/endpointdescriptionreader=true

org.eclipse.ecf.osgi.services.remoteserviceadmin/debug/packageversioncomparator=true




Back to the top