Bialecki
Bialecki

Reputation: 31081

Where is the set default launch configuration option for a project in Eclipse?

I'm running Eclipse 3.5 (Galileo) and I want to have the "Run" command always launch the same configuration, but instead I always get a dialog box that asks me to choose which way to run my project. How can I set a default?

Shouldn't matter, but this is for some Android development, so it's an Android project.

Upvotes: 3

Views: 8392

Answers (1)

Peter Becker
Peter Becker

Reputation: 8855

Do the following;

  • From the drop down menu select Window -> Preferences
  • Then from the Categories on the right side; Run/Debug -> Launching
  • Find a group box called "Launch Operation" at the bottom. If you change this to "Always launch the previously launched application" the F11/Ctrl+F11 shortcuts will debug/run whatever you debugged/ran before.

I don't understand why they changed the default behaviour for Eclipse 3.5, it is certainly one of the options I always change.

Upvotes: 12

Related Questions