| 939 | |
| 940 | |
| 941 | DebugStopReason DebuggerController::PauseAndWaitInternal() |
| 942 | { |
| 943 | m_userRequestedBreak = true; |
| 944 | return ExecuteAdapterAndWait(DebugAdapterPause); |
| 945 | } |
| 946 | |
| 947 | |
| 948 | DebugStopReason DebuggerController::PauseAndWait() |
nothing calls this directly
no outgoing calls
no test coverage detected