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

Method pause

api/python/debuggercontroller.py:794–798  ·  view source on GitHub ↗

Pause a running target

(self)

Source from the content-addressed store, hash-verified

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 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected