1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

The notification of the Breakpoint Manager on breakpoint creation has been moved to CBreakpointUpdater.

This commit is contained in:
Mikhail Khodjaiants 2004-04-26 18:49:42 +00:00
parent 8bfccbdedf
commit e9fb20d44d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-04-26 Mikhail Khodjaiants
The notification of the Breakpoint Manager on breakpoint creation has been
moved to CBreakpointUpdater.
* CDebugTarget.java
2004-04-22 Mikhail Khodjaiants
Additional fix for bug 58711: Breakpoint race condition.
* CBreakpointManager.java

View file

@ -784,7 +784,6 @@ public class CDebugTarget extends CDebugElement
catch( DebugException e )
{
}
// DebugPlugin.getDefault().getBreakpointManager().fireBreakpointChanged( breakpoint );
}
}