MCPcopy Index your code
hub / github.com/python/cpython / close_subprocess_debugger

Function close_subprocess_debugger

Lib/idlelib/debugger_r.py:379–380  ·  view source on GitHub ↗
(rpcclt)

Source from the content-addressed store, hash-verified

377 rpcclt.unregister(gui_adap_oid)
378
379def close_subprocess_debugger(rpcclt):
380 rpcclt.remotecall("exec", "stop_the_debugger", (idb_adap_oid,), {})
381
382def restart_subprocess_debugger(rpcclt):
383 idb_adap_oid_ret = rpcclt.remotecall("exec", "start_the_debugger",\

Callers 1

close_remote_debuggerFunction · 0.85

Calls 1

remotecallMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…