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``.
7
-Dauth Trace authentication sections used.
8
-Ddirstate Trace dirstate activity (verbose!)
9
-Derror Instead of normal error handling, always print a traceback
11
-Devil Capture call sites that do expensive or badly-scaling
13
-Dfetch Trace history copying between repositories.
14
-Dfilters Emit information for debugging content filtering.
15
-Dforceinvdeltas Force use of inventory deltas during generic streaming fetch.
16
-Dgraph Trace graph traversal.
17
-Dhashcache Log every time a working file is read to determine its hash.
18
-Dhooks Trace hook execution.
19
-Dhpss Trace smart protocol requests and responses.
20
-Dhpssdetail More hpss details.
21
-Dhpssvfs Traceback on vfs access to Remote objects.
22
-Dhttp Trace http connections, requests and responses
23
-Dindex Trace major index operations.
24
-Dknit Trace knit operations.
25
-Dlock Trace when lockdir locks are taken or released.
26
-Dprogress Trace progress bar operations.
27
-Dmerge Emit information for debugging merges.
28
-Dunlock Some errors during unlock are treated as warnings.
29
-Dpack Emit information about pack operations.
30
-Dsftp Trace SFTP internals.
31
-Dstream Trace fetch streams.
32
-DIDS:never Never use InterDifferingSerializer when fetching.
33
-DIDS:always Always use InterDifferingSerializer to fetch if appropriate
34
for the format, even for non-local fetches.