diff --git a/src/plugins/projectexplorer/runcontrol.cpp b/src/plugins/projectexplorer/runcontrol.cpp index c345afc82a6..d2ce723f6fc 100644 --- a/src/plugins/projectexplorer/runcontrol.cpp +++ b/src/plugins/projectexplorer/runcontrol.cpp @@ -594,7 +594,7 @@ void RunControlPrivate::startPortsGathererIfNeededAndContinueStart() return; } - QTC_ASSERT(device, continueStart(); return); + QTC_ASSERT(device, initiateStop(); return); const Storage portsStorage;