简体   繁体   English

如何在Eclipse CDT中更改活动启动配置

[英]How to change active launch configuration in Eclipse CDT

Feeling rather dumb: I have a C++ project, using Eclipse CDT (Eclipse 3.6, CDT 1.3.1). 感觉相当愚蠢:我有一个C ++项目,使用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. 但是,当我按F11进行调试时,Eclipse总是加载第一个配置,而我却找不到让它启动第二个配置的方法。

Surely this deserves a menu or dialog setting somewhere? 当然这应该在某个地方设置菜单或对话框?

对于每个项目:项目>属性> C / C ++构建>管理配置...>设置活动

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM