Show More
@@ -73,7 +73,7 b' class TerminalPdb(Pdb):' | |||||
73 | message=(lambda: PygmentsTokens(get_prompt_tokens())), |
|
73 | message=(lambda: PygmentsTokens(get_prompt_tokens())), | |
74 | editing_mode=getattr(EditingMode, self.shell.editing_mode.upper()), |
|
74 | editing_mode=getattr(EditingMode, self.shell.editing_mode.upper()), | |
75 | key_bindings=create_ipython_shortcuts(self.shell), |
|
75 | key_bindings=create_ipython_shortcuts(self.shell), | |
76 |
history=self. |
|
76 | history=self.debugger_history, | |
77 | completer=self._ptcomp, |
|
77 | completer=self._ptcomp, | |
78 | enable_history_search=True, |
|
78 | enable_history_search=True, | |
79 | mouse_support=self.shell.mouse_support, |
|
79 | mouse_support=self.shell.mouse_support, |
General Comments 0
You need to be logged in to leave comments.
Login now