##// END OF EJS Templates
Merge pull request #12351 from meeseeksmachine/auto-backport-of-pr-12347-on-7.x...
Merge pull request #12351 from meeseeksmachine/auto-backport-of-pr-12347-on-7.x Backport PR #12347 on branch 7.x (What's new in 7.15+ Reproducible build working)

File last commit:

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