I just got started using breakpoint()
and pudb
, which is awesome. Now how do I make IPython's %debug
magic launch pudb?
Note: The pudb docs say "A post-mortem mode makes it easy to retrace a crashing program’s last steps." On the other hand the (old) wiki suggests it's not possible.