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

Method stopDAP

src/plugins/debugger/dap/dapdebugger.cpp:1476–1480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1474}
1475
1476void DAPDebugger::stopDAP()
1477{
1478 updateRunState(kNoRun);
1479 d->currentSession->closeSession();
1480}
1481
1482void DAPDebugger::slotReceivedDAPPort(const QString &ppid, int port, const QString &kitName, const QMap<QString, QVariant> &param)
1483{

Callers

nothing calls this directly

Calls 1

closeSessionMethod · 0.80

Tested by

no test coverage detected