Skip to content

RFE: Add support for using ipdb #13

@bowlofeggs

Description

@bowlofeggs

Hello! ipdb is a really nice improvement on pdb, with tab completion and colors and many other nice things. Could rpdb be extended to allow me to select which debugger to use as a backend? Perhaps something like this:

import rpdb
rpdb.set_trace(debugger='ipdb')

With an API like that, pdb could remain the default debugger and ipdb could be an optional dependency. What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions