-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels