Skip to content

bpdb: post_mortem() / pm() helpers #209

@ikanobori

Description

@ikanobori

pdb has two very helpful functions (post_mortem and pm) which make it easy to launch a debugger after an exception has occurred. It would be extremely nice if bpdb could be a drop-in replacement like this:

try:
    import bpdb as pdb
except ImportError:
    import pdb

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions