~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/debug.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
17
17
 
 
18
# NOTE: If update these, please also update the help for global-options in
 
19
#       bzrlib/help_topics.py.
 
20
 
18
21
debug_flags = set()
19
22
"""Set of flags that enable different debug behaviour.
20
23
 
25
28
 * evil - capture call sites that do expensive or badly-scaling operations.
26
29
 * error - show stack traces for all top level exceptions
27
30
 * fetch - trace history copying between repositories
28
 
 * hooks 
 
31
 * hooks - trace hook execution
29
32
 * hpss - trace smart protocol requests and responses
30
33
 * index - trace major index operations
31
34
 * lock - trace when lockdir locks are taken or released