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

Method GetExecutionStatus

core/debuggercontroller.cpp:1394–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392
1393
1394DebugAdapterTargetStatus DebuggerController::GetExecutionStatus()
1395{
1396 return m_state->GetTargetStatus();
1397}
1398
1399
1400DebugAdapterConnectionStatus DebuggerController::GetConnectionStatus()

Callers 3

EngineLoopMethod · 0.80
ExecStatusMethod · 0.80

Calls 1

GetTargetStatusMethod · 0.45

Tested by

no test coverage detected