| 79 | return breakpoint->line() + 1; |
| 80 | } |
| 81 | int currentMiLine(const IDebugSession* session) |
| 82 | { |
| 83 | QVERIFY_RETURN(session, -12345); |
| 84 | return session->currentLine() + 1; |
| 85 | } |
| 86 | |
| 87 | bool compareData(const QModelIndex& index, const QString& expected, const char *file, int line, bool useRE) |
| 88 | { |
no test coverage detected