mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +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
|
||||
|
||||
Fix for 71992.
|
||||
|
|
|
@ -261,8 +261,6 @@ public class BreakpointManager extends Manager implements ICDIBreakpointManager
|
|||
// Fire ChangedEvent
|
||||
bp.setMIBreakpoint(newMIBreakpoints[i]);
|
||||
eventList.add(new MIBreakpointChangedEvent(no));
|
||||
} else {
|
||||
eventList.add(new MIBreakpointCreatedEvent(no));
|
||||
}
|
||||
} else {
|
||||
// add the new breakpoint and fire CreatedEvent
|
||||
|
|
Loading…
Add table
Reference in a new issue