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