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

Method handleThreadExited

src/tools/debugadapter/dapsession.cpp:698–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698void DapSession::handleThreadExited(const int threadId, const QString &groupId)
699{
700 Q_UNUSED(groupId)
701 dap::ThreadEvent threadEvent;
702 threadEvent.reason = "exited";
703 threadEvent.threadId = threadId;
704 d->session->send(threadEvent);
705 Log("--> Server sent thread event to client\n")
706}
707
708void DapSession::handleLibraryLoaded(const dap::ModuleEvent &moduleEvent)
709{

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected