File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343from IPython .core .builtin_trap import BuiltinTrap
4444from IPython .core .events import EventManager , available_events
4545from IPython .core .compilerop import CachingCompiler , check_linecache_ipython
46- from IPython .core .debugger import Pdb
46+ from IPython .core .debugger import InterruptiblePdb
4747from IPython .core .display_trap import DisplayTrap
4848from IPython .core .displayhook import DisplayHook
4949from IPython .core .displaypub import DisplayPublisher
@@ -1832,7 +1832,7 @@ def init_history(self):
18321832 # Things related to exception handling and tracebacks (not debugging)
18331833 #-------------------------------------------------------------------------
18341834
1835- debugger_cls = Pdb
1835+ debugger_cls = InterruptiblePdb
18361836
18371837 def init_traceback_handlers (self , custom_exceptions ):
18381838 # Syntax error handler.
You can’t perform that action at this time.
0 commit comments