blob: 7b74c3af2dd7190d3607926035e99a565a131956 [file] [log] [blame]
# Debugging options for the org.eclipse.ui plugin.
# Turn on debugging for the org.eclipse.ui plugin.
org.eclipse.ui/debug=false
# 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