# Debugging options for the org.eclipse.iu plugin.

# Turn on debugging for the org.eclipse.iu plugin.
org.eclipse.ui/debug=true

# Show a dialog with details button when an internal error occur.
org.eclipse.ui/debug/internalerror/openDialog=false

# Enable the trace of SWT graphics.
org.eclipse.ui/trace/graphics=false

# Reports the time to create a part.
org.eclipse.ui/trace/part.create=false

# Reports the time to create a switch perspectives.
org.eclipse.ui/trace/perspective=false

# Reports the time to restore the workbench.
org.eclipse.ui/trace/workbench.restore=false

# Reports the time to start up the workbench.
org.eclipse.ui/trace/workbench.start=false

# Reports the time to activate parts.
org.eclipse.ui/trace/part.activate=false

# Reports the time to noticy part listeners.
org.eclipse.ui/trace/part.listeners=false

# Reports the time to run an action
org.eclipse.jface/trace/actions=false