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

Method SetConnectionStatus

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

Source from the content-addressed store, hash-verified

237 void ApplyBreakpoints();
238
239 void SetConnectionStatus(DebugAdapterConnectionStatus status) { m_connectionStatus = status; }
240 void SetExecutionStatus(DebugAdapterTargetStatus status) { m_targetStatus = status; }
241
242 std::vector<std::string> GetAvailableAdapters() { return m_availableAdapters; }

Callers 1

EventHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected