Terry J. Reedy <tjre...@udel.edu> added the comment:

Tal, I agree with you.

The debugger is an execution controller with an optional current-frame viewer 
updated whenever execution is paused.  It displays both name and value.  I 
believe a current PR addresses the issue of value representations being 
indefinitely long and possibly overflowing the space allotted.

The stack viewer can view any frame on the stack, but only after an exception.  
At least currently, on Windows, it omits value names. And there are other 
issues (#24790).  The debugger viewer and stack viewer should be combined with 
the best features of each (new issues).

In the meanwhile, I finished PR and merged.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue23544>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to