Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox/p2/TracingOptions"

< Equinox‎ | p2
Line 1: Line 1:
* Enabling tracing
+
For tracing where things are being downloaded from ''both'' of the following must be specified in an options file:
 +
 
 +
* Generally enable tracing for p2.core:
 
   org.eclipse.equinox.p2.core/debug=true
 
   org.eclipse.equinox.p2.core/debug=true
  
 
* Tracing where things are being downloaded from:
 
* Tracing where things are being downloaded from:
 
   org.eclipse.equinox.p2.core/artifacts/mirrors=true
 
   org.eclipse.equinox.p2.core/artifacts/mirrors=true
 +
 +
Then invoke the desired p2 application with <code>-debug ''path_to_your_options_file''</code>.
  
 
[[Category:Equinox_p2|TracingOptions]]
 
[[Category:Equinox_p2|TracingOptions]]

Revision as of 19:08, 8 June 2011

For tracing where things are being downloaded from both of the following must be specified in an options file:

  • Generally enable tracing for p2.core:
 org.eclipse.equinox.p2.core/debug=true
  • Tracing where things are being downloaded from:
 org.eclipse.equinox.p2.core/artifacts/mirrors=true

Then invoke the desired p2 application with -debug path_to_your_options_file.

Back to the top