~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2007-04-04 06:17:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2397.
  • Revision ID: mbp@sourcefrog.net-20070404061731-tt2xrzllqhbodn83
Contents of TODO file moved into bug tracker

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.