断点被划掉了,如何使它们有效?

发布于 2024-12-13 23:21:23 字数 295 浏览 2 评论 0原文

我遇到了一个棘手的问题:

查看断点,它们被划掉了!

我无法设置有效的断点。测试中没有,我的 Java 类中也没有。我搜索了 Stackoverflow 和 google,但找不到有同样问题的人。

我正在使用 STS(x86) 和 Maven。

编辑:这可能看起来很混乱,但我自己解决了。 我得走了->跳过所有断点(已经设置了,我想知道它是如何设置的,因为我没有这样做)

i got a tricky one:

look At Breakpoints, they are crossed out!

I can't set valid breakpoints. Not in Tests, neither in my Java Classes. I searched Stackoverflow and google, but I couldn't find anybody with the same problem.

I'm using STS(x86) and Maven.

Edit: It may seem confusing but I solved it by myself.
I have to go Run-> Skip all Breakpoints (it was set, and I wonder how it was set, because I didn't do it)

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

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

发布评论

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

评论(7

游魂 2024-12-20 23:21:23

您自己发现了一个菜单条目,可以切换所有断点的跳过。在“断点”视图中也有一个图标,并且可能还定义了一个热键,所有这些都可能是您意外触发的。

看看运行->跳过所有断点

There is a menu entry you have discovered for yourself that toggles the skipping of all breakpoints. There is also an icon for this in the "Breakpoints" View, and there may be a hot-key defined as well, all of which you may have triggered by accident.

Take a look at the Run -> Skip All Breakpoints.

转身以后 2024-12-20 23:21:23

Eclipse 中“跳过所有断点”的屏幕截图。

输入图像描述这里

当你点击“跳过所有断点”(已选中)时,一切都会变得正常

Screenshot of the 'skip all breakpoints' in eclipse.

enter image description here

When you click on 'skip all breakpoints'(which is selected), everything will become normal

恬淡成诗 2024-12-20 23:21:23

Eclipse 中放置断点的快捷键(Ctrl + Shift + B)与跳过所有断点(Ctrl + Alt + B)非常相似。因此,如果要取消“跳过所有断点”的条件,可以通过再次按“Ctrl + Alt + B”来实现。

The shortcut key for placing a breakpoint in Eclipse (Ctrl + Shift + B) is quite similar to the one that skips all the breakpoint (Ctrl + Alt + B). Hence, if a "skip all breakpoints" condition is to be cancelled, it can be achieved by pressing "Ctrl + Alt + B" again.

囚你心 2024-12-20 23:21:23

您应该已经处于调试视角。如果不是就去调试视角。您应该看到禁用所有断点按钮。 -

enter图片描述在这里

单击它,它应该允许所有断点。

输入图片此处描述

You should already be in debug perspective. If not just go to debug perspective. You should see disable all breakpoints button. -

enter image description here

Click on it and it should allow all breakpoints.

enter image description here

夜清冷一曲。 2024-12-20 23:21:23

1)运行=>跳过所有断点。
2)运行=>删除所有断点。

然后您的调试器将不会显示十字符号,并将继续调试您的应用程序。

1) Run => Skip all breakpoints.
2) Run => remove all break points.

and then your debugger wont show cross sign and will keep debugging your app.

我恋#小黄人 2024-12-20 23:21:23

我按照下面的步骤来修复此问题,

  1. 选择仅调试 tomcat 服务器
  2. 调试特定应用程序,然后提示是否重新启用断点,我选择了是

I followed these steps below to fix this

  1. select debug only tomcat server
  2. debug particular application and then prompt came whether to re enable break points and I selected yes
情归归情 2024-12-20 23:21:23

在我的情况下, ctrl+alt+B 不起作用,也没有在运行->跳过所有断点中获得任何选项。我们是否有其他选择来解决此断点问题

In mine case neither ctrl+alt+B is working nor I am getting any option in run->skip all breakpoint. Do we have any alternative options for fix this breakpoint issue

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