##// END OF EJS Templates
Merge pull request #13222 from meeseeksmachine/auto-backport-of-pr-13218-on-7.x...
Matthias Bussonnier -
r26953:5d52a251 merge
parent child Browse files
Show More
@@ -43,7 +43,7 b' from IPython.core.autocall import ExitAutocall'
43 43 from IPython.core.builtin_trap import BuiltinTrap
44 44 from IPython.core.events import EventManager, available_events
45 45 from IPython.core.compilerop import CachingCompiler, check_linecache_ipython
46 from IPython.core.debugger import Pdb
46 from IPython.core.debugger import InterruptiblePdb
47 47 from IPython.core.display_trap import DisplayTrap
48 48 from IPython.core.displayhook import DisplayHook
49 49 from IPython.core.displaypub import DisplayPublisher
@@ -1823,7 +1823,7 b' class InteractiveShell(SingletonConfigurable):'
1823 1823 # Things related to exception handling and tracebacks (not debugging)
1824 1824 #-------------------------------------------------------------------------
1825 1825
1826 debugger_cls = Pdb
1826 debugger_cls = InterruptiblePdb
1827 1827
1828 1828 def init_traceback_handlers(self, custom_exceptions):
1829 1829 # Syntax error handler.
General Comments 0
You need to be logged in to leave comments. Login now