| 74 | } |
| 75 | |
| 76 | int breakpointMiLine(const Breakpoint* breakpoint) |
| 77 | { |
| 78 | QVERIFY_RETURN(breakpoint, -12345); |
| 79 | return breakpoint->line() + 1; |
| 80 | } |
| 81 | int currentMiLine(const IDebugSession* session) |
| 82 | { |
| 83 | QVERIFY_RETURN(session, -12345); |
no test coverage detected