| 35 | IVariableController::~IVariableController() = default; |
| 36 | |
| 37 | VariableCollection* IVariableController::variableCollection() |
| 38 | { |
| 39 | if (!ICore::self()) return nullptr; |
| 40 | return ICore::self()->debugController()->variableCollection(); |
| 41 | } |
| 42 | |
| 43 | IDebugSession* IVariableController::session() const |
| 44 | { |
no test coverage detected