Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a4d705ba48023cead05765643e10c981a9267917 (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
32
33
34
35
36
37
38
39
40
41
#Turn on debugging for p2
org.eclipse.equinox.p2.core/debug=false

#Detailed debugging information while parsing p2 data files
org.eclipse.equinox.p2.core/core/parseproblems=false

#Detailed debugging information when a repository is removed from a repository manager
org.eclipse.equinox.p2.core/core/removeRepo=false

#Detailed debugging information while parsing site.xml and feature.xml files in the generator
org.eclipse.equinox.p2.core/generator/parsing=false

#Detailed debugging information while saving/restoring the engine's install registry
org.eclipse.equinox.p2.core/engine/installregistry=false

#Detailed debugging information while saving/restoring profile preferences
org.eclipse.equinox.p2.core/engine/profilepreferences=false

#Detailed debugging information while saving/restoring metadata repositories
org.eclipse.equinox.p2.core/metadata/parsing=false

#Detailed debugging information about mirror selection
org.eclipse.equinox.p2.core/artifacts/mirrors=false

#Detailed debugging information about automatic update checking
org.eclipse.equinox.p2.core/updatechecker=false

#Detailed debugging information about the operands being generated
org.eclipse.equinox.p2.core/planner/operands=false

#Detailed debugging information about the projector 
org.eclipse.equinox.p2.core/planner/projector=false

#Detailed debugging information about the reconciler 
org.eclipse.equinox.p2.core/reconciler=false

#Detailed debugging information about the publisher
org.eclipse.equinox.p2.core/publisher=false

#Detailed debugging information about event clients
org.eclipse.equinox.p2.core/events/client = false

Back to the top