Lines Matching refs:debugger
24 from idlelib import debugger
180 """Start the debugger and its RPC link in the Python subprocess
182 Start the subprocess side of the split debugger and set up that side of the
183 RPC link by instantiating the GUIProxy, Idb debugger, and IdbAdapter
185 RPCServer to handle RPC requests from the split debugger GUI via the
190 idb = debugger.Idb(gui_proxy)
347 """Start the subprocess debugger, initialize the debugger GUI and RPC link
349 Request the RPCServer start the Python subprocess debugger and link. Set
350 up the Idle side of the split debugger by instantiating the IdbProxy,
351 debugger GUI, and debugger GUIAdapter objects and linking them together.
353 Register the GUIAdapter with the RPCClient to handle debugger GUI
354 interaction requests coming from the subprocess debugger via the GUIProxy.
357 Idle debugger GUI to the subprocess debugger via the IdbProxy.
365 gui = debugger.Debugger(pyshell, idb_proxy)
371 """Shut down subprocess debugger and Idle side of debugger RPC link
373 Request that the RPCServer shut down the subprocess debugger and link.
375 debugger and RPC link objects. (The second reference to the debugger GUI