forked from qt-creator/qt-creator
introduce separate output format for windows debug channel
This commit is contained in:
@@ -304,7 +304,7 @@ void DebuggerRunControl::showMessage(const QString &msg, int channel)
|
||||
appendMessage(msg, Utils::StdErrFormatSameLine);
|
||||
break;
|
||||
case AppStuff:
|
||||
appendMessage(msg, Utils::NormalMessageFormat);
|
||||
appendMessage(msg, Utils::DebugFormat);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user