Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c0c488d9781bd23909864b2acf62cfc7f2648ae6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Debugging options for the org.eclipse.team.cvs.core plugin.

# Turn on debugging for the plugin.
org.eclipse.team.cvs.core/debug=true

# Shows when meta-files are modified by a 3rd party
org.eclipse.team.cvs.core/metafiles=false

# Shows cvs client/server protocol
org.eclipse.team.cvs.core/cvsprotocol=true

# Shows stream debugging information
org.eclipse.team.cvs.core/threading=false

Back to the top