mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -587,6 +587,9 @@ public class BreakpointManager {
|
||||
breakpoint.updateUI();
|
||||
RequestManagerImpl.createRequests(breakpoint);
|
||||
myDispatcher.getMulticaster().breakpointsChanged();
|
||||
if (breakpoint instanceof MethodBreakpoint || breakpoint instanceof WildcardMethodBreakpoint) {
|
||||
XDebugSessionImpl.NOTIFICATION_GROUP.createNotification("Method breakpoints may dramatically slow down debugging", MessageType.WARNING).notify(myProject);
|
||||
}
|
||||
}
|
||||
|
||||
private synchronized void onBreakpointAdded(XBreakpoint xBreakpoint) {
|
||||
|
||||
Reference in New Issue
Block a user