eclipse中断点旁边的分支图标是什么意思?

What is the meaning of branch-like icon next to breakpoint in eclipse?

在用于 J2EE 开发的 Eclipse IDE 中,我在断点上看到了这个新图标。在所有断点上。不确定为什么?这是什么意思?这可能是我的断点不起作用的原因吗?

正在放大

这是一个 Breakpoint Trigger Point 图标。

All the other breakpoints that are initially suppressed by triggers will be hit only after any of the trigger points has been hit. All the triggers are disabled after a trigger point is hit and will be re-enabled after the run. Triggers will be rendered with an overlay of "T" and the breakpoints suppressed by the triggers will be rendered with an overlay of "T" with a cut.