Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure Eclipse to always launch the last run configuration, not the current file?

Back in 2008, around version 3.4, Eclipse changed the default behavior of the Run button to attempt to launch the file with focus, rather than launching the same run configuration that was run the last time. How do I get the old behavior back?

like image 379
JesseW Avatar asked Nov 01 '11 23:11

JesseW


1 Answers

According to a post on Loving Software Blog, you change the following preference:

Run/Debug -> Launching panel; Launch Operation section; change radio button to "Always launch the previously launched application".

I've verified that this works in Indigo, the current version.

like image 69
JesseW Avatar answered Oct 02 '22 00:10

JesseW