Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anna Kozlova
2014-02-28 16:15:21 +01:00
@@ -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) {