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

Method initialize

src/tools/debugadapter/dapsession.cpp:153–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void DapSession::initialize(std::shared_ptr<dap::ReaderWriter> socket)
154{
155 d->session.reset();
156 d->session = dap::Session::create();
157 registerHanlder();
158 d->session->bind(socket);
159
160 Log("DapSession initialized.\n")
161}
162
163void DapSession::initializeDebugMgr()
164{

Callers

nothing calls this directly

Calls 3

createFunction · 0.85
resetMethod · 0.45
bindMethod · 0.45

Tested by

no test coverage detected