Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 300849
Collapse All | Expand All

(-)ui/org/eclipse/debug/internal/ui/model/elements/AbstractBreakpointManagerContentProvider.java (-1 / +1 lines)
Lines 745-751 Link Here
745
		if (parent.contains(breakpoint)) {
745
		if (parent.contains(breakpoint)) {
746
			if ((containers.length != 0)) {
746
			if ((containers.length != 0)) {
747
				for (int i = 0; i < containers.length; ++i) {
747
				for (int i = 0; i < containers.length; ++i) {
748
					ModelDelta nodeDelta = parentDelta.addNode(containers[i], flags);
748
					ModelDelta nodeDelta = parentDelta.addNode(containers[i], IModelDelta.STATE);
749
					appendModelDelta(containers[i], nodeDelta, flags, breakpoint);
749
					appendModelDelta(containers[i], nodeDelta, flags, breakpoint);
750
				}			
750
				}			
751
			} else {
751
			} else {

Return to bug 300849