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

Method CanResumeTarget

core/debuggercontroller.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309
310
311bool DebuggerController::CanResumeTarget()
312{
313 return m_state->IsConnected() && (!m_state->IsRunning());
314}
315
316
317bool DebuggerController::ExpectSingleStep(DebugStopReason reason)

Callers

nothing calls this directly

Calls 2

IsConnectedMethod · 0.45
IsRunningMethod · 0.45

Tested by

no test coverage detected