Eclipse 断点事件

发布于 2024-12-06 16:26:46 字数 80 浏览 0 评论 0原文

在我的 Eclipse 插件中,我希望在创建、删除或禁用断点时收到通知。

我可以为此订阅一个活动吗?

谢谢, 艾伦

In my Eclipse plugin, I would like to be notified when a breakpoint is created, removed or disabled.

Is there an event that I can subscribe to for this?

Thanks,
Alan

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

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

发布评论

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

评论(1

〆一缕阳光ご 2024-12-13 16:26:46

我还没有使用过它,但从文档看来您可能对 IBreakpointManager 感兴趣。

看起来您应该为此添加 IBreakpointListener 或 IBreakpointsListener。

查看此帮助部分: http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/debug_breakpoints.htm

I haven't used it, but from the docs it looks like you might be interested in IBreakpointManager.

It looks like you should add an IBreakpointListener or an IBreakpointsListener to this.

Have a look at this help section: http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/debug_breakpoints.htm

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