~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-06 06:48:25 UTC
  • mfrom: (4070.8.6 debug-config)
  • Revision ID: pqm@pqm.ubuntu.com-20090306064825-kbpwggw21dygeix6
(mbp) debug_flags configuration option

Show diffs side-by-side

added added

removed removed

Lines of Context:
1079
1079
 
1080
1080
Run ``bzr help global-options`` to see them all.
1081
1081
 
 
1082
These flags may also be set as a comma-separated list in the
 
1083
``debug_flags`` option in e.g.  ``~/.bazaar/bazaar.conf``.  (Note that it
 
1084
must be in this global file, not in the branch or location configuration,
 
1085
because it's currently only loaded at startup time.)  For instance you may
 
1086
want to always record hpss traces and to see full error tracebacks::
 
1087
 
 
1088
    debug_flags = hpss, error
 
1089
 
1082
1090
 
1083
1091
Jargon
1084
1092
======