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

Method DebugService

src/plugins/debugger/dap/debugservice.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12DebugService::DebugService(QObject *parent)
13 : QObject(parent)
14{
15 model.reset(new DebugModel(undefined, this));
16}
17
18void DebugService::sendAllBreakpoints(DebugSession *session)
19{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected