Eclipse 编辑器中的箭头是什么意思?
有时会出现此箭头,因此我无法查看是否安装了断点。是否可以通过某种快捷方式删除此箭头? 谢谢。
Sometimes appears this arrow so I cannot see if breakpoint is installed. Does it possible with some shortcut remove this arrow?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
我认为黄色箭头是搜索结果图标。它知道这听起来很愚蠢:/。您应该能够关闭搜索窗格,然后箭头就会消失。这能解决问题吗?
I think the yellow arrow is the search results icon. It know it sounds silly :/. You should just be able to close the search pane and the arrow will go. Does that fix it?
如果您关闭搜索结果而不是搜索视图,箭头将会消失。如果您在搜索视图上按 X 或 XX,它将隐藏/删除黄色箭头。
The arrow will go away if you close the search result, not the search view. If you press the X or XX on the search view, it will hide/remove the yellow arrow.
关于 Eclipse
帮助
-->帮助内容
-->搜索图标
。选择
编辑器区域标记
链接,您将看到黄色图标是“搜索结果”图标。每当您进行搜索并找到结果时,图标都会显示它在哪一行找到的。On Eclipse
Help
-->Help Contents
--> Searchicons
.Select the
Editor area marker
link, and you will see that the yellow icon is the "Search Result" icon. Whenever you do a search and the result is found, the icon shows which line it found it in.<代码>窗口|显示视图 |搜索 单击搜索视图中的 Xx 图标。清除搜索将删除箭头。
Window | Show View | Search
Click Xx icon in the Search view. Clearing the search will remove the arrows.我们还有另一种方法来检查是否在没有屏蔽箭头图标的行上安装了任何断点。只需将鼠标悬停在箭头图标上,Eclipse 将显示一个弹出窗口来声明此行设置的内容(包括断点)。
We have another way to check if any break point is installed at a line without masking arrow icon. It's just hovering mouse over arrow icon, Eclipse will display a popup to claim what are set (include break point) at this line.
清除箭头的另一种方法是:
这将清除当前会话的搜索历史记录并删除所有黄色箭头在编辑器中,无需关闭完全搜索选项卡。
Another way to clear the arrow is to:
This will clear your search history for the current session and remove all the yellow arrows in the editor without having to close the search tab completely.
清除箭头(无需完全关闭它们)的最简单方法是简单地执行另一次搜索。
我尝试了其他方法(关闭搜索窗格、关闭文件),但没有任何效果。
The easiest way to clear the arrow (without turning them off entirely) is to simply perform another search.
I tried other approaches (closing the search pane, closing the file) and nothing worked.