martin
martin

Reputation: 775

Eclipse shortcut "debug last debug configuration" (not F11)

I'm looking for a shortcut to debug the last debug configuration. I know about the existence of F11, but the problem is, that I want to start debugging the last configuration. F11 runs the debugging of the class currently opened.

I thought it would be easy to find that shortcut on the net, but no luck...

Upvotes: 38

Views: 10531

Answers (1)

Aaron Digulla
Aaron Digulla

Reputation: 328724

Check the prefs, namely "Run/Debug" -> "Launching" -> "Launch Operation". There you can select what F11 does: Run/Debug the file open in the current editor or use the last launch config again (first option in the last block in the page).

Upvotes: 65

Related Questions