| 172 | return core()->debugController()->variableCollection(); |
| 173 | } |
| 174 | BreakpointModel* DebuggerTestBase::breakpoints() const |
| 175 | { |
| 176 | return core()->debugController()->breakpointModel(); |
| 177 | } |
| 178 | |
| 179 | QString DebuggerTestBase::debugeeFilePath() const |
| 180 | { |
no test coverage detected