~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Matt Nordhoff
  • Date: 2009-04-04 02:50:01 UTC
  • mfrom: (4253 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4256.
  • Revision ID: mnordhoff@mattnordhoff.com-20090404025001-z1403k0tatmc8l91
Merge bzr.dev, fixing conflicts.

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.