Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e10aa0ae9329e266c42e4ac7ca53ee3d4ec89216 (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
#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 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

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

Back to the top