Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » meaning of different run configurations
meaning of different run configurations [message #1822195] Sat, 29 February 2020 11:52 Go to next message
Eclipse UserFriend
In my console application I want to set/change the run configuration.

Click on Run - Run Configurations... opens a window with many choices.
For C/C++ there are three choices:
- C/C++Container Launcher
- C/C++ Remote application
- C/C++ Unit

For Debug Configurations... there is a further choice
- C/C++ Attach to Application

I am missing
- C/C++ Local Application
which is shown in the help pages.

None of the three run configurations works, i.e. I can create a new configuration but the Run button on the configuration window remains inactive.

What is the difference between the configurations above?

For debug configuration I selected "C/C++ Attach to Application" which works.



[Updated on: Sat, 29 February 2020 12:03] by Moderator

Re: meaning of different run configurations [message #1822205 is a reply to message #1822195] Sat, 29 February 2020 15:41 Go to previous messageGo to next message
Eclipse UserFriend
The differences are in the way the program is launched.

Quote:
I am missing C/C++ Local Application

When I asked what you meant by"running" in your no-printf post
you said: "Running the program in normal mode, not debug mode".

How did you do that without a launch configuration?

Re: meaning of different run configurations [message #1822207 is a reply to message #1822205] Sat, 29 February 2020 16:40 Go to previous message
Eclipse UserFriend
I ran the program from a command window outside the IDE.
Previous Topic:register view Highlight not accurate
Next Topic:Eclipse Neon and QT5 for Windows64
Goto Forum:
  


Current Time: Thu Sep 25 00:30:35 EDT 2025

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

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

Back to the top