##// END OF EJS Templates
Get history file from shell to debugger if it exists.
Can Sarigol -
Show More
@@ -68,6 +68,8 b' class TerminalPdb(Pdb):'
68 68 self.debugger_history = FileHistory(os.path.expanduser(str(p)))
69 69 else:
70 70 self.debugger_history = InMemoryHistory()
71 else:
72 self.debugger_history = self.shell.debugger_history
71 73
72 74 options = dict(
73 75 message=(lambda: PygmentsTokens(get_prompt_tokens())),
General Comments 0
You need to be logged in to leave comments. Login now