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

Method connected

api/python/debuggercontroller.py:574–576  ·  view source on GitHub ↗

Whether the debugger has successfully connected to the target (read-only)

(self)

Source from the content-addressed store, hash-verified

572
573 @property
574 def connected(self) -> bool:
575 """Whether the debugger has successfully connected to the target (read-only)"""
576 return dbgcore.BNDebuggerIsConnected(self.handle)
577
578 @property
579 def running(self) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected