如何在 Eclipse CDT 中更改活动启动配置
感觉很愚蠢:我有一个 C++ 项目,使用 Eclipse CDT(Eclipse 3.6,CDT 1.3.1)。
我定义了多个启动配置:每个启动配置都指向项目内的不同可执行文件。但是,当我按 F11 进行调试时,Eclipse 总是加载第一个配置,并且我找不到办法让它启动第二个配置。
这当然值得在某个地方进行菜单或对话框设置吗?
Feeling rather dumb: I have a C++ project, using Eclipse CDT (Eclipse 3.6, CDT 1.3.1).
I have defined more than one launch configuration: each points to a different executable within the project. But, when I press F11 to debug, Eclipse always loads the first configuration, and I can find no way to make it launch the 2nd one instead.
Surely this deserves a menu or dialog setting somewhere?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于您的每个项目:
项目>>属性> C/C++ 构建 >管理配置...>>设置为活动状态
For each of your projects:
Project > Properties > C/C++ Build > Manage Configurations... > Set Active