[issue23544] IDLE hangs when selecting Stack View with debug active

Terry J. Reedy report at bugs.python.org
Thu Jan 28 20:49:46 EST 2021


Terry J. Reedy <tjreedy at 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 <report at bugs.python.org>
<https://bugs.python.org/issue23544>
_______________________________________


More information about the Python-bugs-list mailing list