Launch the target
(self)
| 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 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected