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

Method SetConnectedToDebugServer

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

Source from the content-addressed store, hash-verified

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
229 // retrieve the DebuggerThreads object and then call SetActiveThread() on it. They call this function.

Callers 2

ConnectToDebugServerMethod · 0.80
DisconnectDebugServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected