| 168 | } |
| 169 | |
| 170 | VariableCollection* DebuggerTestBase::variableCollection() const |
| 171 | { |
| 172 | return core()->debugController()->variableCollection(); |
| 173 | } |
| 174 | BreakpointModel* DebuggerTestBase::breakpoints() const |
| 175 | { |
| 176 | return core()->debugController()->breakpointModel(); |