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

Method handleAsyncContinued

src/tools/debugadapter/dapsession.cpp:680–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680void DapSession::handleAsyncContinued(const dap::ContinuedEvent &continuedEvent)
681{
682 d->session->send(continuedEvent);
683 Log("--> Server sent continued event to client\n")
684}
685
686void DapSession::handleAsyncStopped(const dap::StoppedEvent &stoppedEvent)
687{

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected