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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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