Show More
@@ -225,6 +225,7 b' class Pdb(OldPdb):' | |||
|
225 | 225 | raise ValueError("Context must be a positive integer") |
|
226 | 226 | except (TypeError, ValueError): |
|
227 | 227 | raise ValueError("Context must be a positive integer") |
|
228 | ||
|
228 | 229 | # `kwargs` ensures full compatibility with stdlib's `pdb.Pdb`. |
|
229 | 230 | OldPdb.__init__(self, completekey, stdin, stdout, **kwargs) |
|
230 | 231 |
General Comments 0
You need to be logged in to leave comments.
Login now