rid
rid

Reputation: 63610

Running multiple run configurations

I have two run configurations and I would like to run the first, then, after that is done, run the second. Can I do that in Eclipse in a single step? And, if so, can I also assign this to a keyboard shortcut?

Upvotes: 1

Views: 69

Answers (1)

E-Riz
E-Riz

Reputation: 33044

There is a similar Stack Overflow question, though that one is slightly different I think you can use the same solution. It looks like, according to the Eclipse Help page about Launch Groups, that you can define a sequence of launches in a group. The drawback is that you must install CDT to get this feature, but it's not only for C/C++ applications.

Upvotes: 1

Related Questions