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