| 1108 | |
| 1109 | |
| 1110 | void DebuggerController::Destroy() |
| 1111 | { |
| 1112 | DebuggerController::DeleteController(GetData()); |
| 1113 | m_file = nullptr; |
| 1114 | m_liveView = nullptr; |
| 1115 | } |
| 1116 | |
| 1117 | |
| 1118 | // This is the central hub of event dispatch. All events first arrive here and then get dispatched based on the content |
no outgoing calls
no test coverage detected