Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2f42a296dd549821a6fa6f80640545b1405aa652 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Add the following plugins:

  org.eclipse.net4j.trace
  org.aspectj.runtime
  org.aspectj.weaver
  org.eclipse.equinox.weaving.hook
  org.eclipse.equinox.weaving.aspectj (Auto-Start=true)

Specify the following VM arguments:

  -Dosgi.framework.extensions=org.eclipse.equinox.weaving.hook
  -Dorg.eclipse.net4j.trace.listenerType=logger
  -Dorg.eclipse.net4j.trace.listenerDescription=C:\Develop\cdo-master\trace-file

Back to the top