~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2011-09-22 13:22:18 UTC
  • mfrom: (6155.2.2 migrate-config-options)
  • Revision ID: pqm@pqm.ubuntu.com-20110922132218-nitl31j5slbcmnm2
(vila) Migrate dpush_strict,
 push_strict and send_strict options to the stack based config design,
 introducing get_config_stack for branches (Vincent Ladeuil)

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
-Ddirstate        Trace dirstate activity (verbose!)
8
10
-Derror           Instead of normal error handling, always print a traceback
9
11
                  on error.
10
12
-Devil            Capture call sites that do expensive or badly-scaling
11
13
                  operations.
12
14
-Dfetch           Trace history copying between repositories.
 
15
-Dfilters         Emit information for debugging content filtering.
 
16
-Dforceinvdeltas  Force use of inventory deltas during generic streaming fetch.
13
17
-Dgraph           Trace graph traversal.
14
18
-Dhashcache       Log every time a working file is read to determine its hash.
15
19
-Dhooks           Trace hook execution.
16
20
-Dhpss            Trace smart protocol requests and responses.
17
 
-Dhttp            Trace http connections, requests and responses
 
21
-Dhpssdetail      More hpss details.
 
22
-Dhpssvfs         Traceback on vfs access to Remote objects.
 
23
-Dhttp            Trace http connections, requests and responses.
18
24
-Dindex           Trace major index operations.
19
25
-Dknit            Trace knit operations.
20
26
-Dlock            Trace when lockdir locks are taken or released.
 
27
-Dprogress        Trace progress bar operations.
 
28
-Dmem_dump        Dump memory to a file upon an out of memory error.
21
29
-Dmerge           Emit information for debugging merges.
 
30
-Dno_apport       Don't use apport to report crashes.
 
31
-Dno_activity     Don't show transport activity indicator in progress bar.
22
32
-Dpack            Emit information about pack operations.
 
33
-Drelock          Emit a message every time a branch or repository object is
 
34
                  unlocked then relocked the same way.
23
35
-Dsftp            Trace SFTP internals.
 
36
-Dstatic_tuple    Error when a tuple is used where a StaticTuple is expected
 
37
-Dstream          Trace fetch streams.
 
38
-Dstrict_locks    Trace when OS locks are potentially used in a non-portable
 
39
                  manner.
 
40
-Dunlock          Some errors during unlock are treated as warnings.
 
41
-DIDS_never       Never use InterDifferingSerializer when fetching.
 
42
-DIDS_always      Always use InterDifferingSerializer to fetch if appropriate
 
43
                  for the format, even for non-local fetches.