MCPcopy Create free account
hub / github.com/Vector35/debugger / destroy

Method destroy

api/python/debuggercontroller.py:532–536  ·  view source on GitHub ↗

Delete the DebuggerController object. Intended for internal use. Ordinary users do not need to call it.

(self)

Source from the content-addressed store, hash-verified

530 self.handle = dbgcore.BNGetDebuggerController(bv_obj)
531
532 def destroy(self):
533 """
534 Delete the DebuggerController object. Intended for internal use. Ordinary users do not need to call it.
535 """
536 dbgcore.BNDebuggerDestroyController(self.handle)
537
538 @property
539 def data(self) -> binaryninja.BinaryView:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected