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

Method launch

api/python/debuggercontroller.py:728–732  ·  view source on GitHub ↗

Launch the target

(self)

Source from the content-addressed store, hash-verified

726
727 # target control
728 def launch(self) -> bool:
729 """
730 Launch the target
731 """
732 return dbgcore.BNDebuggerLaunch(self.handle)
733
734 def launch_and_wait(self) -> bool:
735 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected