##// END OF EJS Templates
Merge pull request #12347 from Carreau/reproducible-build-working
Merge pull request #12347 from Carreau/reproducible-build-working

File last commit:

r25607:1276f6bb
r25777:67c80b23 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.