Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 141935

Summary: org.eclipse.debug.internal.core.BreakpointManager does not notify me.
Product: [Eclipse Project] JDT Reporter: Alex Le <unbonnevie>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Alex Le CLA 2006-05-16 02:39:07 EDT
I have a class that implements org.eclipse.debug.core.IBreakpointListener.  I see that when a breakpoint is added or removed, I get notified, but when a breakpoint is enabled/disabled by toggling the breakpoin in the "Breakpoints" view, I don't get notified.
Comment 1 Alex Le CLA 2006-05-16 02:39:44 EDT
I am using Eclipse 3.2RC2, btw.
Comment 2 Darin Wright CLA 2006-05-16 09:32:28 EDT
I verified this works in RC4 (and must have been working in RC2 - nothing has changed). I get a "breakpointChanged(...)" notification when a breakpoint is enabled/disabled for the java debugger. Note that for a change notification to be generated, the underlying marker has to be changed in some way (which, it is, by org.eclipse.debug.core.model.Breakpoint.setEnabled(...)).
Comment 3 Alex Le CLA 2006-05-16 16:22:10 EDT
Please close.