X Tutup
Skip to content

bpdb documentation missing #169

@ikanobori

Description

@ikanobori

v0.9.7.1 is missing documentation on how to start bpdb even though it mentions it in the CHANGELOG.

Just adding a quick section as below would probably do:

To enable bpython support within pdb, start pdb with the following code:
import bpdb; bpdb.set_trace()

This will drop you into Bpdb instead of pdb, which works exactly like pdb except that you can additionally start bpython at the current stack frame by issuing the command 'Bpython' or 'B'.

You can exit bpython with ^D to return to bpdb.


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup