##// END OF EJS Templates
Update IPython/terminal/debugger.py...
Matthias Bussonnier -
Show More
@@ -136,7 +136,7 b' class TerminalPdb(Pdb):'
136 136 ipshell = embed.InteractiveShellEmbed(
137 137 config=self.shell.config,
138 138 banner1="*interactive*",
139 exit_msg="now exiting InteractiveConsole...",
139 exit_msg="*exiting interactive console...*",
140 140 )
141 141 global_ns = self.curframe.f_globals
142 142 ipshell(
General Comments 0
You need to be logged in to leave comments. Login now