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

Method StopReason

core/debuggercontroller.cpp:1753–1759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1751
1752
1753DebugStopReason DebuggerController::StopReason() const
1754{
1755 if (!m_adapter)
1756 return UnknownReason;
1757
1758 return m_adapter->StopReason();
1759}
1760
1761
1762DebugStopReason DebuggerController::ExecuteAdapterAndWait(const DebugAdapterOperation operation)

Callers 2

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected