[New-bugs-announce] [issue9064] pdb enhancement up/down traversals

Andrew Valencia report at bugs.python.org
Wed Jun 23 21:21:26 CEST 2010


New submission from Andrew Valencia <ajv-611-065-2175 at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9064>
_______________________________________


More information about the New-bugs-announce mailing list