forked from qt-creator/qt-creator
Debugger: Handle remote setup failure in remote state transitions
Change-Id: I72886a309f1531c652186d529111d90ff3f98c37 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -878,6 +878,7 @@ void DebuggerEngine::notifyEngineRemoteSetupFinished(const RemoteSetupResult &re
|
||||
}
|
||||
|
||||
} else {
|
||||
d->setRemoteSetupState(RemoteSetupFailed);
|
||||
showMessage(_("NOTE: REMOTE SETUP FAILED: ") + result.reason);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user