##// END OF EJS Templates
Set InterruptiblePdb as the default debugger....
Set InterruptiblePdb as the default debugger. This make sure that user can stop pdb with SigInt, for example if you refresh your notebook while being in a debug session.

File last commit:

r24591:d198b4bd
r26947:e92f7049
Show More
incompat-switching-to-perl.rst
7 lines | 255 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-switching-to-perl.rst
Matthias Bussonnier
Fix the sphinx_ipython directive....
r24591 Incompatible change switch to perl
----------------------------------
Document which filename start with ``incompat-`` will be gathers in their own
incompatibility section.
Matthias Bussonnier
Start to updates the what's new / changelog....
r24535 Starting with IPython 42, only perl code execution is allowed. See :ghpull:`42`