diff --git a/src/plugins/debugger/debuggerrunner.cpp b/src/plugins/debugger/debuggerrunner.cpp index 19b1396789c..0262e0f3a52 100644 --- a/src/plugins/debugger/debuggerrunner.cpp +++ b/src/plugins/debugger/debuggerrunner.cpp @@ -262,6 +262,7 @@ void DebuggerRunControl::start() QErrorMessage *msgBox = new QErrorMessage(debuggerCore()->mainWindow()); msgBox->setAttribute(Qt::WA_DeleteOnClose); msgBox->showMessage(warningMessage); + break; } }