New submission from Andrew Valencia <ajv-611-065-2...@vsta.org>: In very deep stack traces (like runaway recursion) it can be a pain to get up to the top of the stack to see what kicked it off. I've enhanced up/down to take a numeric argument for the number of positions to traverse, or -1 to go to the top/bottom. Sample patch included.
---------- components: Demos and Tools files: pdb_up.pat messages: 108476 nosy: vandyswa priority: normal severity: normal status: open title: pdb enhancement up/down traversals type: feature request versions: Python 2.6 Added file: http://bugs.python.org/file17754/pdb_up.pat _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9064> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com