| Summary: | org.eclipse.debug.internal.core.BreakpointManager does not notify me. | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Alex Le <unbonnevie> |
| Component: | Debug | Assignee: | 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
I am using Eclipse 3.2RC2, btw. 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(...)). Please close. |