Show More
@@ -283,7 +283,7 b' class Pdb(OldPdb):' | |||
|
283 | 283 | self.skip_hidden = True |
|
284 | 284 | |
|
285 | 285 | # list of predicates we use to skip frames |
|
286 |
self._predicates = {"tbhide": True, "readonly": |
|
|
286 | self._predicates = {"tbhide": True, "readonly": False, "ipython_internal": True} | |
|
287 | 287 | |
|
288 | 288 | def set_colors(self, scheme): |
|
289 | 289 | """Shorthand access to the color table scheme selector method.""" |
General Comments 0
You need to be logged in to leave comments.
Login now