| 961 | |
| 962 | |
| 963 | DebugStopReason DebuggerController::StepIntoAndWaitInternal() |
| 964 | { |
| 965 | m_userRequestedBreak = false; |
| 966 | // TODO: check if StepInto() succeeds |
| 967 | return ExecuteAdapterAndWait(DebugAdapterStepInto); |
| 968 | } |
| 969 | |
| 970 | |
| 971 | DebugStopReason DebuggerController::EmulateStepOverAndWait() |
nothing calls this directly
no outgoing calls
no test coverage detected