Home | History | Annotate | Download | only in idlelib

Lines Matching defs:Debugger

25 from idlelib import Debugger
177 """Start the debugger and its RPC link in the Python subprocess
179 Start the subprocess side of the split debugger and set up that side of the
180 RPC link by instantiating the GUIProxy, Idb debugger, and IdbAdapter
182 RPCServer to handle RPC requests from the split debugger GUI via the
187 idb = Debugger.Idb(gui_proxy)
339 """Start the subprocess debugger, initialize the debugger GUI and RPC link
341 Request the RPCServer start the Python subprocess debugger and link. Set
342 up the Idle side of the split debugger by instantiating the IdbProxy,
343 debugger GUI, and debugger GUIAdapter objects and linking them together.
345 Register the GUIAdapter with the RPCClient to handle debugger GUI
346 interaction requests coming from the subprocess debugger via the GUIProxy.
349 Idle debugger GUI to the subprocess debugger via the IdbProxy.
357 gui = Debugger.Debugger(pyshell, idb_proxy)
363 """Shut down subprocess debugger and Idle side of debugger RPC link
365 Request that the RPCServer shut down the subprocess debugger and link.
367 debugger and RPC link objects. (The second reference to the debugger GUI