Message114231
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. |
|
Date |
User |
Action |
Args |
2010-08-18 15:19:48 | georg.brandl | set | recipients:
+ georg.brandl, eric.araujo, Markus.Pröller |
2010-08-18 15:19:48 | georg.brandl | set | messageid: <1282144788.28.0.968378348054.issue9633@psf.upfronthosting.co.za> |
2010-08-18 15:19:45 | georg.brandl | link | issue9633 messages |
2010-08-18 15:19:44 | georg.brandl | create | |
|