Georg Brandl <ge...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9633>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to