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

Method SetExecutionStatus

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

Source from the content-addressed store, hash-verified

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; }
243

Callers 6

EventHandlerMethod · 0.80
GoMethod · 0.80
StepIntoMethod · 0.80
StepOverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected