mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
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.
This commit is contained in:
parent
0444302710
commit
0e3a57731b
6 changed files with 69 additions and 46 deletions
|
@ -529,6 +529,9 @@ class PyShell(OutputWindow):
|
|||
self.set_debugger_indicator()
|
||||
|
||||
def open_debugger(self):
|
||||
# XXX KBK 13Jun02 An RPC client always exists now? Open remote
|
||||
# debugger and return...dike the rest of this fcn and combine
|
||||
# with open_remote_debugger?
|
||||
if self.interp.rpcclt:
|
||||
return self.open_remote_debugger()
|
||||
import Debugger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue