~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: 2010-02-17 17:11:16 UTC
  • mfrom: (4797.2.17 2.1)
  • mto: (4797.2.18 2.1)
  • mto: This revision was merged to the branch mainline in revision 5055.
  • Revision ID: john@arbash-meinel.com-20100217171116-h7t9223ystbnx5h8
merge bzr.2.1 in preparation for NEWS entry.

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
-Dbytes           Print out how many bytes were transferred
8
9
-Ddirstate        Trace dirstate activity (verbose!)
9
10
-Derror           Instead of normal error handling, always print a traceback
10
11
                  on error.
26
27
-Dprogress        Trace progress bar operations.
27
28
-Dmerge           Emit information for debugging merges.
28
29
-Dno_apport       Don't use apport to report crashes.
 
30
-Dno_activity     Don't show transport activity indicator in progress bar.
29
31
-Dpack            Emit information about pack operations.
30
32
-Drelock          Emit a message every time a branch or repository object is
31
33
                  unlocked then relocked the same way.
32
34
-Dsftp            Trace SFTP internals.
 
35
-Dstatic_tuple    Error when a tuple is used where a StaticTuple is expected
33
36
-Dstream          Trace fetch streams.
34
37
-Dstrict_locks    Trace when OS locks are potentially used in a non-portable
35
38
                  manner.