Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 529d71773c5aea4a61c22bba2a594f6cc8832b7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Debugging options for the org.eclipse.team.ui plugin.

# Turn on debugging for the plugin.
org.eclipse.team.ui/debug=false

# Shows stream debugging information
org.eclipse.team.ui/syncmodels=false

# Shows history debugging information
org.eclipse.team.ui/history=false

# Shows DnD related debugging information
org.eclipse.team.ui/dnd=false

# Shows information about the compare editor input lifecycle
org.eclipse.team.ui/compare_editor_input=false

Back to the top