~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2009-07-29 21:35:05 UTC
  • mfrom: (4576 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4577.
  • Revision ID: john@arbash-meinel.com-20090729213505-tkqsvy1zfpocu75w
Merge bzr.dev 4576 in prep for NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
prefix) put in the ``debug_flags`` variable in ``bazaar.conf``.
6
6
 
7
7
-Dauth            Trace authentication sections used.
 
8
-Ddirstate        Trace dirstate activity (verbose!)
8
9
-Derror           Instead of normal error handling, always print a traceback
9
10
                  on error.
10
11
-Devil            Capture call sites that do expensive or badly-scaling
15
16
-Dhashcache       Log every time a working file is read to determine its hash.
16
17
-Dhooks           Trace hook execution.
17
18
-Dhpss            Trace smart protocol requests and responses.
 
19
-Dhpssdetail      More hpss details.
 
20
-Dhpssvfs         Traceback on vfs access to Remote objects.
18
21
-Dhttp            Trace http connections, requests and responses
19
22
-Dindex           Trace major index operations.
20
23
-Dknit            Trace knit operations.
21
24
-Dlock            Trace when lockdir locks are taken or released.
22
25
-Dmerge           Emit information for debugging merges.
 
26
-Dunlock          Some errors during unlock are treated as warnings.
23
27
-Dpack            Emit information about pack operations.
24
28
-Dsftp            Trace SFTP internals.