##// END OF EJS Templates
Merge pull request #12994 from meeseeksmachine/auto-backport-of-pr-12993-on-7.x...
Matthias Bussonnier -
r26559:4d020d7d merge
parent child Browse files
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": True, "ipython_internal": True}
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