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

Method running

api/python/debuggercontroller.py:579–581  ·  view source on GitHub ↗

Whether the target is running (read-only)

(self)

Source from the content-addressed store, hash-verified

577
578 @property
579 def running(self) -> bool:
580 """Whether the target is running (read-only)"""
581 return dbgcore.BNDebuggerIsRunning(self.handle)
582
583 @property
584 def stack_pointer(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected