/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: Robert Collins
  • Date: 2007-08-20 03:43:40 UTC
  • mto: This revision was merged to the branch mainline in revision 2732.
  • Revision ID: robertc@robertcollins.net-20070820034340-am05707e05l1nth5
Add -Devil flag to highlight the use of problematic API calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
These are set with eg ``-Dlock`` on the bzr command line.
22
22
 
23
23
Options include:
24
 
    
 
24
 
 
25
 * evil - capture call sites that do expensive or badly-scaling operations.
25
26
 * error - show stack traces for all top level exceptions
26
27
 * hooks 
27
28
 * hpss - trace smart protocol requests and responses