Note: line is zero-based
| 94 | |
| 95 | // Note: line is zero-based |
| 96 | KDevelop::Breakpoint* LldbFormattersTest::addCodeBreakpoint(const QUrl& location, int line) |
| 97 | { |
| 98 | return m_core->debugController()->breakpointModel()->addCodeBreakpoint(location, line); |
| 99 | } |
| 100 | |
| 101 | // Called before the first testfunction is executed |
| 102 | void LldbFormattersTest::initTestCase() |
no test coverage detected