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

Method restart

api/python/debuggercontroller.py:740–744  ·  view source on GitHub ↗

Restart the target

(self)

Source from the content-addressed store, hash-verified

738 return dbgcore.BNDebuggerLaunchAndWait(self.handle)
739
740 def restart(self) -> None:
741 """
742 Restart the target
743 """
744 dbgcore.BNDebuggerRestart(self.handle)
745
746 def quit(self) -> None:
747 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected