1

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?

rid
  • 61,078
  • 31
  • 152
  • 193

1 Answers1

1

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.

Community
  • 1
  • 1
E-Riz
  • 31,431
  • 9
  • 97
  • 134