Message114231
| Author | georg.brandl |
|---|---|
| Recipients | Markus.Pröller, eric.araujo, georg.brandl |
| Date | 2010-08-18.15:19:44 |
| SpamBayes Score | 0.0082416665 |
| 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: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 | |