Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 4.6.0-beta1
-
None
Description
When stopping an application with the square red button after mixed qml/c++ debugging on android. I get the following error message in a message window:
Failed to Shut Down Application Application process could not be stopped: Remote connection closed
The application stops, though.
The reason seems to be that the "exitGdb" command in GdbEngine::shutdownEngine() is executed twice.