##// END OF EJS Templates
Backport PR #12168: Make IPython.core.debugger interruptible by KeyboardInterrupt
Backport PR #12168: Make IPython.core.debugger interruptible by KeyboardInterrupt

File last commit:

r25661:e2f24a7a
r25661:e2f24a7a
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.