tags:

views:

25

answers:

1

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.

+2  A: 

If you go to Window->Preferences->Run/Debug->Launching you should find a section "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/

Peter Becker