]> granicus.if.org Git - python/commit
Shutdown subprocess debugger and associated Proxies/Adapters when closing
authorKurt B. Kaiser <kbk@shore.net>
Wed, 26 Jun 2002 02:32:09 +0000 (02:32 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Wed, 26 Jun 2002 02:32:09 +0000 (02:32 +0000)
commitffd3a4217a557bad4984621c22f5ae312d708169
treef11990897d270f026c473a7e740a4a3e7968b665
parentfdc34315f7860f6b47cead676e0b6dda987d1008
Shutdown subprocess debugger and associated Proxies/Adapters when closing
the Idle debugger.

M PyShell.py       : Call RemoteDebugger.close_remote_debugger()
M RemoteDebugger.py: Add close_remote_debugger(); further polish code used
                     to start the debugger sections.
M rpc.py           : Add comments on Idlefork methods register(), unregister()
                     comment out unused methods
M run.py           : Add stop_the_debugger(); polish code
Lib/idlelib/PyShell.py
Lib/idlelib/RemoteDebugger.py
Lib/idlelib/rpc.py
Lib/idlelib/run.py