| 26 | { |
| 27 | public: |
| 28 | enum class ExceptionType |
| 29 | { |
| 30 | BreakPoint, |
| 31 | InvalidBreakPoint, |
| 32 | NotHandled, |
| 33 | Error, |
| 34 | CppError |
| 35 | }; |
| 36 | |
| 37 | IDebugEventsHandler() = default; |
| 38 | virtual ~IDebugEventsHandler() = default; |
nothing calls this directly
no outgoing calls
no test coverage detected