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

Method quit

api/python/debuggercontroller.py:746–750  ·  view source on GitHub ↗

Terminate the target

(self)

Source from the content-addressed store, hash-verified

744 dbgcore.BNDebuggerRestart(self.handle)
745
746 def quit(self) -> None:
747 """
748 Terminate the target
749 """
750 dbgcore.BNDebuggerQuit(self.handle)
751
752 def quit_and_wait(self) -> None:
753 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected