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

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

# 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=false
# Shows stream debugging information
org.eclipse.team.cvs.core/threading=false

# Shows dirty state caching debugging information
org.eclipse.team.cvs.core/dirtycaching=false

# Shows dirty state caching debugging information
org.eclipse.team.cvs.core/syncchangeevents=false

Back to the top