Show More
@@ -256,7 +256,7 b' class Pdb(OldPdb, object):' | |||
|
256 | 256 | override the same methods from cmd.Cmd to provide prompt toolkit replacement. |
|
257 | 257 | """ |
|
258 | 258 | if not self.use_prompt_toolkit: |
|
259 |
|
|
|
259 | return OldPdb.cmdloop(self, intro) | |
|
260 | 260 | |
|
261 | 261 | if not self.use_rawinput: |
|
262 | 262 | raise ValueError('Sorry ipdb does not support raw_input=False') |
General Comments 0
You need to be logged in to leave comments.
Login now