Jurjen N.E. Bos added the comment:

Thanks for your reaction.
The object is not printable, since I was debugging an __init__ of an object, 
and some fields where being initialized:
class foo:
   def __init__(self):
      foo.bar = "hello"
   def repr(self): return foo.bar
I tried to make a useable patch file (with neater layout and using Exeption), 
see attach.

----------
keywords: +patch
Added file: http://bugs.python.org/file34369/pdb.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20853>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to