debugger: more autotests

This commit is contained in:
hjk
2009-10-21 16:41:18 +02:00
parent a06b3c15c8
commit 338f945ca1
3 changed files with 73 additions and 24 deletions

View File

@@ -3453,7 +3453,7 @@ void GdbEngine::handleStackFrame1(const GdbResponse &response)
//qDebug() << "FIRST CHUNK: " << out;
m_firstChunk = out;
} else {
QTC_ASSERT(false, /**/);
QTC_ASSERT(false, qDebug() << response.toString());
}
}