Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Build and Debug/Run as
Build and Debug/Run as [message #742311] Thu, 20 October 2011 07:31
Eclipse UserFriend
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 07:43] by Moderator

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


Current Time: Wed Jul 09 16:00:32 EDT 2025

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

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

Back to the top