MCPcopy Create free account
hub / github.com/dfranx/SHADERed / DebugAdapterProtocol

Method DebugAdapterProtocol

src/SHADERed/Objects/DebugAdapterProtocol.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 DebugAdapterProtocol::DebugAdapterProtocol(DebugInformation* dbgr, GUIManager* gui, bool* run)
34 {
35 m_debugger = dbgr;
36 m_started = false;
37 m_ui = gui;
38
39 m_run = run;
40 }
41 DebugAdapterProtocol::~DebugAdapterProtocol()
42 {
43 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected