Reputation: 7188
I am developing two apps that interact with each other over network.
They belong to the same subdirs project and I used to run them from the same instance of Qt Creator without any problems. E.g. I used the following usecases:
All three cases worked just fine in all versions of Creator I've ever worked with.
But in the Qt Creator 3.6.0 I see a different behaviour: the 1st app is immediately closed when I start the 2nd app. This is really inconvenient, is it a bug in Qt Creator?
Let me show on a simple example. My simple sample project with two apps:
When I am debugging the 1st app and press Run for 2nd app Qt Creator briefly shows the following window, then 1st app is closed and 2nd is launched.
Is there a way to fix this?
Upvotes: 1
Views: 1643