mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
preserve non java breakpoints in the BreakpointManager
This commit is contained in:
@@ -777,9 +777,10 @@ public class BreakpointManager {
|
||||
breakpoint = createJavaBreakpoint(xBreakpoint);
|
||||
myBreakpoints.put(xBreakpoint, breakpoint);
|
||||
}
|
||||
myBreakpointsListForIteration.add(breakpoint);
|
||||
}
|
||||
}
|
||||
|
||||
myBreakpointsListForIteration.addAll(myBreakpoints.values());
|
||||
}
|
||||
return myBreakpointsListForIteration;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user