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

Reply via email to