##// END OF EJS Templates
fixing another typo in comment
mbyt -
Show More
@@ -88,7 +88,7 b" if __name__ == '__main__':"
88 import pdb
88 import pdb
89 # IPython.core.debugger.Pdb.trace_dispatch shall not catch
89 # IPython.core.debugger.Pdb.trace_dispatch shall not catch
90 # bdb.BdbQuit. When started through __main__ and an exception
90 # bdb.BdbQuit. When started through __main__ and an exception
91 # happend after hitting "c", this is needed in order to
91 # happened after hitting "c", this is needed in order to
92 # be able to quit the debugging session (see #9950).
92 # be able to quit the debugging session (see #9950).
93 old_trace_dispatch = pdb.Pdb.trace_dispatch
93 old_trace_dispatch = pdb.Pdb.trace_dispatch
94 pdb.Pdb = TerminalPdb
94 pdb.Pdb = TerminalPdb
General Comments 0
You need to be logged in to leave comments. Login now