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

Method IsConnectedToDebugServer

core/debuggerstate.h:225–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 DebugAdapterTargetStatus GetTargetStatus() const { return m_targetStatus; }
224
225 bool IsConnectedToDebugServer() { return m_connectedToDebugServer; }
226 void SetConnectedToDebugServer(bool connected) { m_connectedToDebugServer = connected; }
227
228 // This is slightly different from the Python implementation. The caller does not need to first

Callers 3

ConnectToDebugServerMethod · 0.45
DisconnectDebugServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected