MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / handleAsyncStopped

Method handleAsyncStopped

src/tools/debugadapter/dapsession.cpp:686–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686void DapSession::handleAsyncStopped(const dap::StoppedEvent &stoppedEvent)
687{
688 d->session->send(stoppedEvent);
689 Log("--> Server sent stopped event to client\n")
690}
691
692void DapSession::handleAsyncExited(const dap::ExitedEvent &exitedEvent)
693{

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected