Pause a running target
(self)
| 792 | dbgcore.BNDebuggerQuit(self.handle) |
| 793 | |
| 794 | def pause(self) -> None: |
| 795 | """ |
| 796 | Pause a running target |
| 797 | """ |
| 798 | dbgcore.BNDebuggerPause(self.handle) |
| 799 | |
| 800 | def launch_or_connect(self) -> None: |
| 801 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected