~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/en/debug-flags.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-06 06:48:25 UTC
  • mfrom: (4070.8.6 debug-config)
  • Revision ID: pqm@pqm.ubuntu.com-20090306064825-kbpwggw21dygeix6
(mbp) debug_flags configuration option

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Debug Flags
2
 
===========
3
 
 
4
 
These flags can be passed on the bzr command line or (without the ``-D``
5
 
prefix) put in the ``debug_flags`` variable in ``bazaar.conf``.
6
 
 
7
 
-Dauth            Trace authentication sections used.
8
 
-Derror           Instead of normal error handling, always print a traceback
9
 
                  on error.
10
 
-Devil            Capture call sites that do expensive or badly-scaling
11
 
                  operations.
12
 
-Dfetch           Trace history copying between repositories.
13
 
-Dfilters         Emit information for debugging content filtering.
14
 
-Dgraph           Trace graph traversal.
15
 
-Dhashcache       Log every time a working file is read to determine its hash.
16
 
-Dhooks           Trace hook execution.
17
 
-Dhpss            Trace smart protocol requests and responses.
18
 
-Dhttp            Trace http connections, requests and responses
19
 
-Dindex           Trace major index operations.
20
 
-Dknit            Trace knit operations.
21
 
-Dlock            Trace when lockdir locks are taken or released.
22
 
-Dmerge           Emit information for debugging merges.
23
 
-Dpack            Emit information about pack operations.
24
 
-Dsftp            Trace SFTP internals.