MCPcopy Create free account
hub / github.com/Vector35/debugger / PostDebuggerEvent

Method PostDebuggerEvent

core/debugadapter.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54void DebugAdapter::PostDebuggerEvent(const DebuggerEvent& event)
55{
56 if (m_eventCallback)
57 m_eventCallback(event);
58}
59
60
61std::string DebugModule::GetPathBaseName(const std::string& path)

Callers 3

OutputMethod · 0.45
SetupMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected