[issue25146] IDLE debugger could better visualize program execution

Mark Roseman report at bugs.python.org
Sun Sep 20 17:37:49 CEST 2015


Mark Roseman added the comment:

Frighteningly, your wild idea is close to how it actually works now, as per the ASCII art at the top of RemoteDebugger.py. :-) 

The authors of RemoteDebugger and rpc.py went to fantastic lengths to make this transparent so that everything looks local. If in my previous life I didn't develop groupware infrastructure I'd have been screwed trying to follow what was actually going on!

If you want to be impressed, turn on debugging in rpc.py (at start of RPCHandler class), uncomment the print statements in RemoteDebugger.py, start IDLE, open up the debugger, and type "1+1" into the shell.

----------

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


More information about the Python-bugs-list mailing list