| 106 | } |
| 107 | |
| 108 | BreakpointModel* breakpointModel() |
| 109 | { |
| 110 | return ICore::self()->debugController()->breakpointModel(); |
| 111 | } |
| 112 | |
| 113 | /// Overwrite the contents of the local file at @p localFileUrl with @p newContents. |
| 114 | /// Check success with RETURN_IF_TEST_FAILED(). |
no test coverage detected