Eclipse 断点事件
在我的 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技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有使用过它,但从文档看来您可能对 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