[issue9633] pdb go stack up/down

Georg Brandl report at bugs.python.org
Wed Aug 18 17:19:48 CEST 2010


Georg Brandl <georg at python.org> added the comment:

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.

----------
versions: +Python 3.2 -Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9633>
_______________________________________


More information about the Python-bugs-list mailing list