diff --git a/docs/source/whatsnew/pr/interruptible-debugger.rst b/docs/source/whatsnew/pr/interruptible-debugger.rst new file mode 100644 index 0000000..f501b34 --- /dev/null +++ b/docs/source/whatsnew/pr/interruptible-debugger.rst @@ -0,0 +1,4 @@ +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.