##// END OF EJS Templates
fixing typo in comment
mbyt -
Show More
@@ -87,7 +87,7 b' def set_trace(frame=None):'
87 if __name__ == '__main__':
87 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 exeption
90 # bdb.BdbQuit. When started through __main__ and an exception
91 # happend after hitting "c", this is needed in order to
91 # happend 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
General Comments 0
You need to be logged in to leave comments. Login now