Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Build and Debug/Run as
Build and Debug/Run as [message #742311] Thu, 20 October 2011 11:31
martin.fuehrlinger is currently offline martin.fuehrlingerFriend
Messages: 1
Registered: October 2011
Junior Member
Hello!

I created an C++-Project and it compiles well using 4 different configurations.

These are:

Debug PRO, Release PRO
Debug LITE, Release LITE

Difference between PRO and LITE are some defines and copying some files using pre build steps.

Building works fine with every configuration, but when I try to start an configuration using Debug as / Run as, it starts the build of a wrong configuration.

Running

- Debug-PRO builds Debug-PRO
- Debug-LITE builds Debug-LITE
- Release-PRO builds Debug-LITE
- Release-LITE builds Release-LITE

After building the wrong configuration the right .exe is used (if existing), but because the copying of some files is necessary, the correct PRO/LITE files are overwritten ...

Viewing Debug/Run as - Configurations every entry points to the correct .exe file. I found no other entry specifying the build target to use.

Any ideas?

Best regards,
Martin

[Updated on: Thu, 20 October 2011 11:43]

Report message to a moderator

Previous Topic:CDT Remote debugging
Next Topic:Including Library paths
Goto Forum:
  


Current Time: Thu Apr 18 07:01:08 GMT 2024

Powered by FUDForum. Page generated in 0.01823 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top