本文介绍了Eclipse快捷方式“调试最后调试配置” (不是F11)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个快捷方式来调试上一次调试配置。我知道的存在,但问题是,我想开始调试最后一个配置。 运行当前打开的类的调试。

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

我以为在网上找到快捷方式很容易,但没有运气。

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

推荐答案

检查prefs,即运行/调试 - >启动 - >启动操作。在那里你可以选择什么做:运行/调试当前编辑器中打开的文件,或再次使用上次启动配置(页面最后一个块中的第一个选项)。

Check the prefs, namely "Run/Debug" -> "Launching" -> "Launch Operation". There you can select what 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).

这篇关于Eclipse快捷方式“调试最后调试配置” (不是F11)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 03:36