]> granicus.if.org Git - python/commit
Polish RemoteDebugger code.
authorKurt B. Kaiser <kbk@shore.net>
Sun, 16 Jun 2002 03:32:24 +0000 (03:32 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sun, 16 Jun 2002 03:32:24 +0000 (03:32 +0000)
commit0e3a57731b4b1ffbfae151cf23289bbd51148163
tree5e80bf8895acc85720df9fd8aa99671a96587a80
parent04443027107e1d53efaf7a41546f65af45748fd7
Polish RemoteDebugger code.
Use a repr() on the subprocess side when fetching dict values for stack.
The various dict entities are not needed by the debugger GUI, only
their representation.
Lib/idlelib/Debugger.py
Lib/idlelib/OldStackViewer.py
Lib/idlelib/PyShell.py
Lib/idlelib/RemoteDebugger.py
Lib/idlelib/rpc.py
Lib/idlelib/run.py