##// END OF EJS Templates
Backport PR #12280: Unify API between completers.
Backport PR #12280: Unify API between completers.

File last commit:

r25661:e2f24a7a
r25688:b8beeb3a
Show More
interruptible-debugger.rst
4 lines | 214 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / interruptible-debugger.rst

IPython.core.debugger.Pdb is now interruptible

A KeyboardInterrupt will now interrupt IPython's extended debugger, in order to make Jupyter able to interrupt it.