mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
The notification of the Breakpoint Manager on breakpoint creation has been moved to CBreakpointUpdater.
This commit is contained in:
parent
8bfccbdedf
commit
e9fb20d44d
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -784,7 +784,6 @@ public class CDebugTarget extends CDebugElement
|
|||
catch( DebugException e )
|
||||
{
|
||||
}
|
||||
// DebugPlugin.getDefault().getBreakpointManager().fireBreakpointChanged( breakpoint );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue