Skip to main content
summaryrefslogtreecommitdiffstats
blob: cf100dbedcc98754f81811f8dad6e4b3b576bfca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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 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

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

Back to the top