Launch or connect to the target. Intended for internal use. Ordinary users do not need to call it.
(self)
| 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 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected