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

Method handleAsyncExited

src/tools/debugadapter/dapsession.cpp:692–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692void DapSession::handleAsyncExited(const dap::ExitedEvent &exitedEvent)
693{
694 d->session->send(exitedEvent);
695 Log("--> Server sent exited event to client\n")
696}
697
698void DapSession::handleThreadExited(const int threadId, const QString &groupId)
699{

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected