~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-13 06:21:42 UTC
  • mfrom: (4110.2.26 progress)
  • Revision ID: pqm@pqm.ubuntu.com-20090313062142-ndr3o27uwgysx9dv
(mbp) fetch progress bars, code cleanups, and debug-flags topic

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
-Dgraph           Trace graph traversal.
 
14
-Dhashcache       Log every time a working file is read to determine its hash.
 
15
-Dhooks           Trace hook execution.
 
16
-Dhpss            Trace smart protocol requests and responses.
 
17
-Dhttp            Trace http connections, requests and responses
 
18
-Dindex           Trace major index operations.
 
19
-Dknit            Trace knit operations.
 
20
-Dlock            Trace when lockdir locks are taken or released.
 
21
-Dmerge           Emit information for debugging merges.
 
22
-Dpack            Emit information about pack operations.
 
23
-Dsftp            Trace SFTP internals.