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

Method StepOverAndWaitInternal

core/debuggercontroller.cpp:1013–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011
1012
1013DebugStopReason DebuggerController::StepOverAndWaitInternal()
1014{
1015 m_userRequestedBreak = false;
1016
1017 if (true /* StepOverAvailable() */)
1018 {
1019 return ExecuteAdapterAndWait(DebugAdapterStepOver);
1020 }
1021 else
1022 {
1023 // Emulate a step over
1024 return EmulateStepOverAndWait();
1025 }
1026}
1027
1028
1029void DebuggerController::LaunchOrConnect()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected