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

Method handleTerminateEvent

src/tools/debugadapter/dapsession.cpp:820–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818}
819
820void DapSession::handleTerminateEvent()
821{
822 dap::TerminatedEvent terminatedEvent;
823 d->session->send(terminatedEvent);
824}
825
826void DapSession::handleAssembleData(const QStringList &data)
827{

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected