“编辑 Java 源代码”中的 Java Eclipse 调试快捷方式

发布于 2024-12-28 19:38:55 字数 289 浏览 3 评论 0原文

我喜欢在 Eclipse 中调试 Java 应用程序时使用快捷方式。 F5、F6、F7、F8 键仅在调试视角下起作用。因此,我尝试使用“复制命令”按钮复制所有键(首选项 -> 常规 -> 键),并使其在“编辑 Java 源代码”时起作用。我点击“应用”按钮,但仍然不起作用。

如何让按键(F5、F6、F7 和 F8)在 java 视角下工作? 谢谢!

谨致问候,

Kon

编辑:我使用 Eclipse Indigo Service Release 1

I like to use shortcuts while debugging my java applications in eclipse. The keys F5,F6,F7 and F8 only work in debugging perspective. So I tried to copy all keys (Preference -> General -> Keys) with the "Copy Command" button and make them work when "Editing Java Source". I hit "Apply" button, but still doesn't work.

How do I make the keys (F5,F6,F7 and F8) work in java perspective? Thank you!

Best regards,

Kon

Edit: I use Eclipse Indigo Service Release 1

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独﹏钓一江月 2025-01-04 19:38:55

从这个旧的bug 13513

要使“F”按钮正常工作,您当前必须启用调试操作
放。

Window->Customize Perspective->Action Sets->Debug.

因此,您不需要复制关键首选项,只需在当前透视图中激活“调试”命令即可。

From this old bug 13513:

To get the "F" buttons to work, you currently have to enable the debug action
set.

Window->Customize Perspective->Action Sets->Debug.

So you shouldn't need to copy key preferences around, just to activate Debug commands in your current perspective.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文