How to kill previous run instance when running again

Hi,

I'm (almost) new to AppCode. Currently trying the 3.3 RC build which is working perfectly.

My code is C++-based. Not an iOS app but a Mac app. No Objective-C at all. Just plain C++.

In Xcode, when I execute/debug my app, make some changes in code and re-execute again, the previous instance gets killed. AppCode doesn't behave the same way, at least with the default settings.

Is it possible to do it? Right now I'm ending up with N instances of the app I'm coding. I'm not interested in any of them except for the most recent one and I'm forced to kill the previous instances.

Thanks, and excuse my English.

0

Hi Miquel.

In the upper-right corner of Edit Configurations dialog there is a “Single Instance Only” checkbox, try to use it. Does that help?

1
Avatar
Permanently deleted user

Yes, it helped, thanks!

0

请先登录再写评论。