This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author markroseman
Recipients kbk, markroseman, roger.serwy, terry.reedy
Date 2015-09-20.15:37:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442763469.3.0.101283295752.issue25146@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-20 15:37:49markrosemansetrecipients: + markroseman, terry.reedy, kbk, roger.serwy
2015-09-20 15:37:49markrosemansetmessageid: <1442763469.3.0.101283295752.issue25146@psf.upfronthosting.co.za>
2015-09-20 15:37:49markrosemanlinkissue25146 messages
2015-09-20 15:37:49markrosemancreate