~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2009-12-16 22:29:31 UTC
  • mto: This revision was merged to the branch mainline in revision 4920.
  • Revision ID: robertc@robertcollins.net-20091216222931-wbbn5ey4mwmpatwd
Review feedback.

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
9
8
-Ddirstate        Trace dirstate activity (verbose!)
10
9
-Derror           Instead of normal error handling, always print a traceback
11
10
                  on error.
25
24
-Dknit            Trace knit operations.
26
25
-Dlock            Trace when lockdir locks are taken or released.
27
26
-Dprogress        Trace progress bar operations.
28
 
-Dmem_dump        Dump memory to a file upon an out of memory error.
29
27
-Dmerge           Emit information for debugging merges.
30
28
-Dno_apport       Don't use apport to report crashes.
31
 
-Dno_activity     Don't show transport activity indicator in progress bar.
32
29
-Dpack            Emit information about pack operations.
33
30
-Drelock          Emit a message every time a branch or repository object is
34
31
                  unlocked then relocked the same way.