在哪里可以找到调试选项 - 单步执行、单步执行、恢复?

Where to find debug options - step through, step over, resume?

我正在使用 eclipse IDE。

这是我目前看到的

如您所知,我处于调试视角,目前正在调试一段代码(右下角启用了停止按钮)。通常当我在 Eclipse 中处于调试透视图时,我会看到 resuming/pausing、停止、跨步和进入的图标。我不知道我做了什么让这些图标消失。有谁知道如何恢复这些图标?我尝试了 window -> 重置视角,这给了我

但是单击“是”并没有使这些图标重新出现....

您的图标已隐藏。您可以尝试从 here:

显示它们
  1. Switch to the perspective that you want to configure.
  2. Select command link Window > Customize Perspective....
  3. Open the Menu Visibility or Tool Bar Visibility tab.
  4. Find the item you want to hide. You can do this two ways:
    • Expand the menu or toolbar hierarchy to find the item you want to hide.
    • Click the Filter by command group check box to see a list of command groups which contribute items, and choose the command group the item you wish to hide. Then navigate to the item in the hierarchy in the Structure tree.
  5. Hover over the item to get additional information:
    • a description of what the item does
    • the name of the command group which contributes the item (click the link in this item to switch to the Command Groups Availability tab with the appropriate command group selected).
    • any key bindings associated with the command the item performs (click the link in this item to open the Keys page of the Preferences dialog with the command selected, if possible).
    • if the item is dynamic, a preview of its current appearance (dynamic items are listed as [Dynamic]).
  6. Check the check box next to the item. Check a menu to unhide all its children.
  7. Click OK to cause the changes to take effect.

多亏了johndaw16的回答,我才发现确实是隐藏了这些图标。如果有人遇到类似问题,我所做的就是点击

并选择了 "Show Debug Toolbar"