1

I'm trying to add "Launch Groups" as an option within my Run/Debug Configurations in Eclipse Luna, but it just won't show up.

From the CDT Update Site I have installed both the "C/C++ Development Tools" as per this answer for running multiple launch configurations at once as well as the "C/C++ Remote Launch" package as per this answer for what installable component provides 'launch groups' in Eclipse, but Eclise still doesn't give me the option to add new "Launch Groups".

Community
  • 1
  • 1
geaw35
  • 2,297
  • 3
  • 18
  • 21

1 Answers1

1

Not a perfect solution by any means, but I was able to get the "Launch Groups" functionality working within Eclipse Luna by installing the following packages from the Kepler CDT Update Site.

  • "C/C++ Development Tools"
  • "C/C++ Remote Launch"
geaw35
  • 2,297
  • 3
  • 18
  • 21