restored method breakpoints notification

This commit is contained in:
Egor.Ushakov
2014-02-28 19:12:15 +04:00
parent 903d9cf08c
commit ef581ffa28
@@ -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) {