##// END OF EJS Templates
fixing another typo in comment
mbyt -
Show More
@@ -88,7 +88,7 b" if __name__ == '__main__':"
88 88 import pdb
89 89 # IPython.core.debugger.Pdb.trace_dispatch shall not catch
90 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 92 # be able to quit the debugging session (see #9950).
93 93 old_trace_dispatch = pdb.Pdb.trace_dispatch
94 94 pdb.Pdb = TerminalPdb
General Comments 0
You need to be logged in to leave comments. Login now