Eclipse:如何一次终止所有应用程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1644040/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 14:05:38 来源:igfitidea点击:
Eclipse : How to terminate all applications at once?
提问by Touko
is there some way to terminate all (Java) applications launched with Eclipse at once?
有什么方法可以立即终止使用 Eclipse 启动的所有(Java)应用程序?
回答by Jonathan Feinberg
Open the debug view, select all, and click the big red box (or right-click and select "Terminate").
打开调试视图,全选,然后单击大红框(或右键单击并选择“终止”)。