diff --git a/IPython/terminal/debugger.py b/IPython/terminal/debugger.py index 1c4fb6a..d76550d 100644 --- a/IPython/terminal/debugger.py +++ b/IPython/terminal/debugger.py @@ -73,7 +73,7 @@ class TerminalPdb(Pdb): message=(lambda: PygmentsTokens(get_prompt_tokens())), editing_mode=getattr(EditingMode, self.shell.editing_mode.upper()), key_bindings=create_ipython_shortcuts(self.shell), - history=self.shell.debugger_history, + history=self.debugger_history, completer=self._ptcomp, enable_history_search=True, mouse_support=self.shell.mouse_support,