/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/debug.py

  • Committer: Martin Pool
  • Date: 2007-09-03 04:35:49 UTC
  • mfrom: (2778 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2779.
  • Revision ID: mbp@sourcefrog.net-20070903043549-0cfyrgx7z2h8ppks
merge trunk

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
 
24
27
 
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
 
 * hooks 
 
30
 * hooks - trace hook execution
28
31
 * hpss - trace smart protocol requests and responses
29
32
 * index - trace major index operations
30
33
 * lock - trace when lockdir locks are taken or released