mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
2004-09-01 Alain Magloire
Fix for 72974 * cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
This commit is contained in:
parent
ff755794ec
commit
188ffdc83f
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-09-01 Alain Magloire
|
||||||
|
|
||||||
|
Fix for 72974
|
||||||
|
* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
|
||||||
|
|
||||||
2004-08-14 Alain Magloire
|
2004-08-14 Alain Magloire
|
||||||
|
|
||||||
Fix for 71992.
|
Fix for 71992.
|
||||||
|
|
|
@ -261,8 +261,6 @@ public class BreakpointManager extends Manager implements ICDIBreakpointManager
|
||||||
// Fire ChangedEvent
|
// Fire ChangedEvent
|
||||||
bp.setMIBreakpoint(newMIBreakpoints[i]);
|
bp.setMIBreakpoint(newMIBreakpoints[i]);
|
||||||
eventList.add(new MIBreakpointChangedEvent(no));
|
eventList.add(new MIBreakpointChangedEvent(no));
|
||||||
} else {
|
|
||||||
eventList.add(new MIBreakpointCreatedEvent(no));
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// add the new breakpoint and fire CreatedEvent
|
// add the new breakpoint and fire CreatedEvent
|
||||||
|
|
Loading…
Add table
Reference in a new issue