introduce separate output format for windows debug channel

This commit is contained in:
Oswald Buddenhagen
2011-05-11 12:08:23 +02:00
parent 8a4a7b7118
commit 9a2814d646
5 changed files with 9 additions and 5 deletions

View File

@@ -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;
}
}