在Eclipse中重新运行应用程序

问题描述:

在Eclipse中启动Java应用程序时,其输出将转到控制台视图。我可以从那里停止应用程序,但是我不能重新启动它,因为它发生在Idea。

When launching a Java application in Eclipse its output goes to the console view. I can stop the application from there, but I can't relaunch it as it happens in Idea.

这是一个命令/选项/插件吗?

Is there a command/option/plugin for this?

Ctrl + F11 - >运行上次启动

Ctrl+F11 -> Run last launched

F11 - > Debug last推出

F11 -> Debug last launched