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

Method launch_or_connect

api/python/debuggercontroller.py:800–804  ·  view source on GitHub ↗

Launch or connect to the target. Intended for internal use. Ordinary users do not need to call it.

(self)

Source from the content-addressed store, hash-verified

798 dbgcore.BNDebuggerPause(self.handle)
799
800 def launch_or_connect(self) -> None:
801 """
802 Launch or connect to the target. Intended for internal use. Ordinary users do not need to call it.
803 """
804 dbgcore.BNDebuggerLaunchOrConnect(self.handle)
805
806 def attach(self) -> bool:
807 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected