This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Bernat Gabor
Recipients Bernat Gabor
Date 2020-07-24.14:04:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595599493.43.0.939554432548.issue41383@roundup.psfhosted.org>
In-reply-to
Content
Quoting Elizaveta Shashkova from EuroPython 2020 chat about how can we improve debug experience for users:

I would like to have a lazy repr evaluation for the objects! Sometimes users have many really large objects, and when debugger is trying to show them in Variables View (=show their string representation) it can takes a lot of time. We do some tricks, but they not always work. It would be really-really cool to have parameter in repr, which defines max number of symbols we want to evaluate during repr for this object.

What do people, would this optional str limit be a good thing? Does anyone has a better idea?
History
Date User Action Args
2020-07-24 14:04:53Bernat Gaborsetrecipients: + Bernat Gabor
2020-07-24 14:04:53Bernat Gaborsetmessageid: <1595599493.43.0.939554432548.issue41383@roundup.psfhosted.org>
2020-07-24 14:04:53Bernat Gaborlinkissue41383 messages
2020-07-24 14:04:52Bernat Gaborcreate