suppressing exceptions should be suppressable
Bug #35941 reported by
Ian Bicking
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Low
|
Martin Pool |
Bug Description
It would be nice if there was an environmental variable you could set that would cause all (unexpected) exceptions to be raised. BZRDEBUG, perhaps. It should be listed in the manpage too.
To post a comment you must log in.
On Wed, 22 Mar 2006 13:03, Ian Bicking wrote:
> Description:
> It would be nice if there was an environmental variable you could set
> that would cause all (unexpected) exceptions to be raised. BZRDEBUG,
> perhaps. It should be listed in the manpage too.
export BZR_PDB=1 will drop you into a debugger, is that good enough? I don't
think it should be listed in the manpage though.
cheers