What installable component provides 'launch groups' in Eclipse?

前端 未结 2 1296
[愿得一人]
[愿得一人] 2020-11-28 14:47

My installation of Indigo has \'Launch Group\' in the debug configuration window. My colleague\'s does not. What do I have installed that he does not?

To see them, I

相关标签:
2条回答
  • 2020-11-28 15:29

    While E-Riz's answer is correct, if you just want to add the "Launch Group" feature onto an existing eclipse install, you can install just the extension called "C/C++ Remote Launch". (org.eclipse.cdt.launch.remote)

    Note: this extension is entirely language independent, can be added to any type of eclipse install. The "C/C++" part is probably just because it originated from CDT.

    (CDT is a collection of eclipse extensions: http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/lunar)

    0 讨论(0)
  • 2020-11-28 15:37

    I understand now. Based on this page, it looks like it's contributed by the CDT feature set (as of version 6.0). Check that your colleague has CDT installed.

    0 讨论(0)
提交回复
热议问题