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 terry.reedy
Date 2015-08-05.00:29:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438734562.89.0.932245136919.issue24790@psf.upfronthosting.co.za>
In-reply-to
Content
Debug => Stack Viewer (no hot key) could become more useful, aside from #23544, freezing Idle when Debugger active.

1. Don't include idlelib.run.runcode.
2. Don't duplicate globals under each function. Once for the module is enough.
3. Remove +Locals under each function and instead display locals when expanding Clicking a function should display locals without having to click anything else.
4. Add a button to expand all locals?
History
Date User Action Args
2015-08-05 00:29:24terry.reedysetrecipients: + terry.reedy
2015-08-05 00:29:22terry.reedysetmessageid: <1438734562.89.0.932245136919.issue24790@psf.upfronthosting.co.za>
2015-08-05 00:29:22terry.reedylinkissue24790 messages
2015-08-05 00:29:17terry.reedycreate