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

Method stop_the_debugger

Lib/idlelib/run.py:624–626  ·  view source on GitHub ↗

Unregister the Idb Adapter. Link objects and Idb then subject to GC

(self, idb_adap_oid)

Source from the content-addressed store, hash-verified

622 return debugger_r.start_debugger(self.rpchandler, gui_adap_oid)
623
624 def stop_the_debugger(self, idb_adap_oid):
625 "Unregister the Idb Adapter. Link objects and Idb then subject to GC"
626 self.rpchandler.unregister(idb_adap_oid)
627
628 def get_the_calltip(self, name):
629 return self.calltip.fetch_tip(name)

Callers

nothing calls this directly

Calls 1

unregisterMethod · 0.45

Tested by

no test coverage detected