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