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

Method target_status

api/python/debuggercontroller.py:1046–1050  ·  view source on GitHub ↗

Get the status of the target

(self)

Source from the content-addressed store, hash-verified

1044
1045 @property
1046 def target_status(self) -> DebugAdapterTargetStatus:
1047 """
1048 Get the status of the target
1049 """
1050 return DebugAdapterTargetStatus(dbgcore.BNDebuggerGetTargetStatus(self.handle))
1051
1052 @property
1053 def remote_host(self) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected