##// END OF EJS Templates
Merge pull request #12284 from Carreau/de19
Merge pull request #12284 from Carreau/de19

File last commit:

r25607:1276f6bb
r25701:7994e30f merge
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.