1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
This commit is contained in:
Alain Magloire 2004-11-03 23:29:50 +00:00
parent 0edfd9947c
commit 86af48c1f9

View file

@ -516,6 +516,8 @@ public class BreakpointManager extends Manager {
setLocationBreakpoint(bkpt);
List blist = getBreakpointsList(target);
blist.add(bkpt);
// Force the reset of the location.
bkpt.setLocation(null);
// Fire a created Event.
MIBreakpoint[] miBreakpoints = bkpt.getMIBreakpoints();