##// END OF EJS Templates
Merge pull request #12993 from Carreau/readonlydefaultfalse...
Matthias Bussonnier -
r26553:51ddf3be merge
parent child Browse files
Show More
@@ -283,7 +283,7 b' class Pdb(OldPdb):'
283 self.skip_hidden = True
283 self.skip_hidden = True
284
284
285 # list of predicates we use to skip frames
285 # list of predicates we use to skip frames
286 self._predicates = {"tbhide": True, "readonly": True, "ipython_internal": True}
286 self._predicates = {"tbhide": True, "readonly": False, "ipython_internal": True}
287
287
288 def set_colors(self, scheme):
288 def set_colors(self, scheme):
289 """Shorthand access to the color table scheme selector method."""
289 """Shorthand access to the color table scheme selector method."""
General Comments 0
You need to be logged in to leave comments. Login now