Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To configure Slingclipse you need to select Eclipse/Prefences as shown below:

Tracingh3. Tracing

The operations of the slingclipse plugin are instrumented using the Eclipse Platform Debug apis. To enable debugging add create a .options file with the following content

Code Block
org.apache.sling.slingclipse/debug=true

and then update your eclipse.ini file to contain the following string

Code Block
 -debug
/path/to/.options

The operations of the slingclipse plugin are instrumented using the Eclipse Platform Debug apis. To enable debugging add create a .options file with the following content

...