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

Method connection_status

api/python/debuggercontroller.py:1039–1043  ·  view source on GitHub ↗

Get the connection status of the debugger

(self)

Source from the content-addressed store, hash-verified

1037
1038 @property
1039 def connection_status(self) -> DebugAdapterConnectionStatus:
1040 """
1041 Get the connection status of the debugger
1042 """
1043 return DebugAdapterConnectionStatus(dbgcore.BNDebuggerGetConnectionStatus(self.handle))
1044
1045 @property
1046 def target_status(self) -> DebugAdapterTargetStatus:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected