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 georg.brandl
Recipients Markus.Pröller, eric.araujo, georg.brandl
Date 2010-08-18.15:19:44
SpamBayes Score 0.00824167
Marked as misclassified No
Message-id <1282144788.28.0.968378348054.issue9633@psf.upfronthosting.co.za>
In-reply-to
Content
The problem here is that changes in the locals are only saved back to the frame when leaving the trace function, and up/down don't do that.

This could be fixed by making Pdb.curframe_locals a dictionary for all visited frames while interaction is running.  I'll look into it for 3.2.
History
Date User Action Args
2010-08-18 15:19:48georg.brandlsetrecipients: + georg.brandl, eric.araujo, Markus.Pröller
2010-08-18 15:19:48georg.brandlsetmessageid: <1282144788.28.0.968378348054.issue9633@psf.upfronthosting.co.za>
2010-08-18 15:19:45georg.brandllinkissue9633 messages
2010-08-18 15:19:44georg.brandlcreate