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 terry.reedy
Recipients Jim.Jewett, can.ibanoglu, markroseman, python-dev, terry.reedy
Date 2021-01-28.14:12:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611843134.69.0.31972124954.issue24790@roundup.psfhosted.org>
In-reply-to
Content
9. As of now, values are not named, whereas I believe they are in debugger.  IE given def f(a,b,c): 1/0; f(1,2,3), viewer prints unlaabelled 1, 2, 3 on separate lines.

Also, the representation of a value may not fit on a line.  I believe a current debugger patch addresses this issue.  Clearly, there should be one function for displaying locals and globals.  And in debugger, one should be able to display them for previous frames.
History
Date User Action Args
2021-01-28 14:12:15terry.reedysetrecipients: + terry.reedy, markroseman, python-dev, Jim.Jewett, can.ibanoglu
2021-01-28 14:12:14terry.reedysetmessageid: <1611843134.69.0.31972124954.issue24790@roundup.psfhosted.org>
2021-01-28 14:12:14terry.reedylinkissue24790 messages
2021-01-28 14:12:14terry.reedycreate