1# Debugging options for the org.eclipse.team.cvs.core plugin.
2
3# Turn on debugging for the plugin.
4org.eclipse.team.cvs.core/debug=false
5
6# Shows when meta-files are modified by a 3rd party
7org.eclipse.team.cvs.core/metafiles=false
8
9# Shows cvs client/server protocol
10org.eclipse.team.cvs.core/cvsprotocol=false
11# Shows stream debugging information
12org.eclipse.team.cvs.core/threading=false
13
14# Shows dirty state caching debugging information
15org.eclipse.team.cvs.core/dirtycaching=false
16
17# Shows dirty state caching debugging information
18org.eclipse.team.cvs.core/syncchangeevents=false