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

Method StepIntoAndWaitInternal

core/debuggercontroller.cpp:963–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961
962
963DebugStopReason DebuggerController::StepIntoAndWaitInternal()
964{
965 m_userRequestedBreak = false;
966 // TODO: check if StepInto() succeeds
967 return ExecuteAdapterAndWait(DebugAdapterStepInto);
968}
969
970
971DebugStopReason DebuggerController::EmulateStepOverAndWait()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected