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

Method DebugSession

src/plugins/debugger/dap/debugsession.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34using namespace dap;
35DebugSession::DebugSession(DebugModel *_model, QObject *parent)
36 : QObject(parent),
37 id(QUuid::createUuid().toString().toStdString()),
38 model(_model)
39{
40 dap::initialize();
41}
42
43DebugSession::~DebugSession()
44{

Callers

nothing calls this directly

Calls 2

initializeFunction · 0.50
toStringMethod · 0.45

Tested by

no test coverage detected