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

Method RawDebugSession

src/plugins/debugger/dap/rawdebugsession.cpp:20–25  ·  view source on GitHub ↗

* @brief rawDebugSession implimented by original dap * protocol.TODO(mozart):Decide whether to use synchronous * or asynchronous. * @param parent */

Source from the content-addressed store, hash-verified

18 * @param parent
19 */
20RawDebugSession::RawDebugSession(std::shared_ptr<Session> &_session, QObject *parent)
21 : QObject(parent)
22 , session(_session)
23{
24 initialize();
25}
26
27bool RawDebugSession::initialize()
28{

Callers

nothing calls this directly

Calls 1

initializeFunction · 0.50

Tested by

no test coverage detected