FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpdb: post_mortem() / pm() helpers · Issue #209 · bpython/bpython · GitHub

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

Description

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


    Back | FazBrowse Home | New Git URL