########################################################### #### Common option settings for using the Runtime Spy #### ########################################################### #### Monitoring settings # monitor class loading org.eclipse.osgi/monitor/classes=true # monitor bundle activation org.eclipse.osgi/monitor/activation=true # monitor resource bundle (*.properties) loading org.eclipse.osgi/monitor/resources=true #### Trace settings # trace class loading - snapshot the execution stack when a class is loaded org.eclipse.osgi/trace/classLoading=false # trace location - file in which execution traces are written org.eclipse.osgi/trace/filename=runtime.traces # trace filters - Java properties file defining which classes should # be traced (if trace/classLoading is true) # File format: # plugins=# packages= # Note that there may be many 'plugins' and 'packages' lines in one file. org.eclipse.osgi/trace/filters=trace.properties # trace bundle activation - snapshot the execution stack when a bundle is activated org.eclipse.osgi/trace/activation=false #### Resources settings # enable Resource debugging org.eclipse.core.resources/debug=false # Monitor builders and gather time statistics etc. org.eclipse.core.resources/monitor/builders=false # Monitor resource change listeners and gather time statistics etc. org.eclipse.core.resources/monitor/listeners=false #### Debugging options for org.eclipse.osgi # Turn on general debugging for org.eclipse.osgi org.eclipse.osgi/debug=false org.eclipse.osgi/debug/monitorbundles=false