forked from qt-creator/qt-creator
QmlDebug: Parse application output to track debugees state
Setting up the debugger connection might fail for a couple of reasons. Check the application output to show the user a more detailed error message. Reviewed-by: hjk
This commit is contained in:
@@ -321,7 +321,7 @@ void GdbEngine::readDebugeeOutput(const QByteArray &data)
|
||||
{
|
||||
QString msg = m_outputCodec->toUnicode(data.constData(), data.length(),
|
||||
&m_outputCodecState);
|
||||
showMessage(msg, AppStuff);
|
||||
showMessage(msg, AppOutput);
|
||||
}
|
||||
|
||||
void GdbEngine::handleResponse(const QByteArray &buff)
|
||||
|
||||
Reference in New Issue
Block a user