user10664408
user10664408

Reputation:

Eclipse launch configuration misleading

How to I remove non-current Eclipse C++ launch configuration?

multiple launch configurations confusing

What I expect is, the RUN directly related to myproject.exe, not pointing to otherproject.exe sometimes. this is misleading and bring up error. So why not let the closed project with its launching configuration, i.e. closedproject.exe be invisible. And It should be automatically visible if I am editing that C++ code?

Yes I did check the menu setting (De-/Selected both tried):

Windows->Preference->Run/Debug->Launching->Launch Configurations:

Filter configuration in closed projects
Filter configuration inc deleted or missing projects

But the closedproject.exe still in the drop down list or sometime even link to current project build.

What did I wrong or what is the correct/clear setting for this? Or maybe pls. help me to understand why multiple project.exe are listed there?

Or it is a Eclipse improve point?

Upvotes: 1

Views: 197

Answers (1)

user10664408
user10664408

Reputation:

Thanks to @howlger I have found more insights on the toolbar settings of Eclipse.

In general, Eclipse default toolbar lineup are overdone for beginners like me. It should be more concise and turn-up only needed thus more intuitive.

The "Launch Bar" makes it explicit and standing out. But those build/debug functions/buttons are already in basic toolbar set, thus would be redundant or even misleading if people click on the drop-down menu of "Launch configuration", which is also not clean & clear in principal.

For that reason, the Launch Bar could be disable (for beginners):

Preference=>Launching=>Launch bar | right panel=> uncheck 
  Enable the Launch Bar

The red-squared button of terminate could be useful while debugging and re-build, because the previous malfunctioning RUN & program could still resident in task manager thus prevent further build and turn-up permission error, There helps this "Terminate" button instead of restart Eclipse. BUT as said, this button also in basic toolbar set. But it is often shadowed by the out-standing Launching Bar :-).

It is also possible to fully customize the toolbar (and lock it):

Windows=>Perspective=>Customize Perceptive  

Then choose the tool bar items to display. For the issue of multiple historical "launching configurations", I will report to Eclipse.

Upvotes: 1

Related Questions