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

Method PauseAndWaitInternal

core/debuggercontroller.cpp:941–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939
940
941DebugStopReason DebuggerController::PauseAndWaitInternal()
942{
943 m_userRequestedBreak = true;
944 return ExecuteAdapterAndWait(DebugAdapterPause);
945}
946
947
948DebugStopReason DebuggerController::PauseAndWait()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected