##// 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:

r26371:3783f468
r26947:e92f7049
Show More
sunken-brackets.rst
7 lines | 378 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / sunken-brackets.rst
Blazej Michalik
Add a whats-new entry
r26371 Don't start a multiline cell with sunken parenthesis
----------------------------------------------------
From now on IPython will not ask for the next line of input when given a single
line with more closing than opening brackets. For example, this means that if
you (mis)type ']]' instead of '[]', a ``SyntaxError`` will show up, instead of
the ``...:`` prompt continuation.