diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index e152046698a..539a83fe837 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -2163,7 +2163,7 @@ void DebuggerPluginPrivate::showStatusMessage(const QString &msg0, int timeout) { showMessage(msg0, LogStatus); QString msg = msg0; - msg.replace(QChar::LineFeed, QChar::Space); + msg.replace(QChar::LineFeed, QLatin1String("; ")); m_statusLabel->showStatusMessage(msg, timeout); }