开发者

Eclipse breakpoint events

开发者 https://www.devze.com 2023-04-07 09:14 出处:网络
In my Eclipse plugin, I would like to be notified when a breakpoint is created, removed or disabled. Is ther开发者_StackOverflowe an event that I can subscribe to for this?

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

Is ther开发者_StackOverflowe an event that I can subscribe to for this?

Thanks, Alan


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

0

精彩评论

暂无评论...
验证码 换一张
取 消