diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 48e21b145b0635ac631503480f3ca898405f0c29..49ef565c79148006df9b4f2dc5d57275cc18f3eb 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -1486,7 +1486,7 @@ void DebuggerPluginPrivate::parseCommandLineArguments() errorMessage = tr("Error evaluating command line arguments: %1") .arg(errorMessage); qWarning("%s\n", qPrintable(errorMessage)); - Core::MessageManager::instance()->printToOutputPanePopup(errorMessage); + Core::MessageManager::instance()->printToOutputPane(errorMessage, Core::MessageManager::NoModeSwitch); } if (!m_scheduledStarts.isEmpty()) QTimer::singleShot(0, this, SLOT(runScheduled()));