Issue4150
Created on 2008-10-20 14:21 by arigo, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| pdb-gen-frames.diff | arigo, 2008-10-20 14:21 | patch without test - there is no pdb test at all :-( | ||
| Messages (2) | |||
|---|---|---|---|
| msg74995 - (view) | Author: Armin Rigo (arigo) * ![]() |
Date: 2008-10-20 14:21 | |
pdb in post-mortem mode is not able to walk the stack through frames that belong to generators. The "up" command fails with the message "Oldest frame", making it impossible to inspect the caller (or even know what the caller was). The attached patch fixes this. |
|||
| msg75111 - (view) | Author: Benjamin Peterson (benjamin.peterson) * ![]() |
Date: 2008-10-22 21:16 | |
Thanks for the patch. Fixed in r67000. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:40 | admin | set | github: 48400 |
| 2008-10-22 21:16:49 | benjamin.peterson | set | status: open -> closed keywords: patch, patch messages: + msg75111 resolution: fixed nosy: + benjamin.peterson |
| 2008-10-20 14:21:08 | arigo | create | |
