##// END OF EJS Templates
Backport PR #10009: Do not capture BdbQuit....
Backport PR #10009: Do not capture BdbQuit. If one want to exit Pdb cleanly, it is possible to just use `continue` (or `c`) that will keep up until a potential next invocation. Quit is _meant_ to raise an error. Closes 10006 --- Thanks amueller for the report. Would that suit you ? Signed-off-by: Thomas Kluyver <thomas@kluyver.me.uk>

File last commit:

r11758:e7c96312
r23144:cc5a409c
Show More
index.rst
12 lines | 163 B | text/x-rst | RstLexer

The IPython API