blob: ec43e2a2e5c292345a07d722eef23dec19e34034 [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
# Reports events received and dispatched by the key binding architecture
org.eclipse.ui/trace/keyBindings=false
# Report every event received by the key binding architecture
org.eclipse.ui/trace/keyBindings.verbose=false
# Report when a tool bar contribution item is asked its visibility after being
# disposed. TODO Remove this option? Bug 51000
org.eclipse.jface/trace/toolbarDisposal=false