}
@Override
+ /**
+ * Causes the same effect as #positionReached, but without changing context,
+ * only updating position highlighting and re-enabling exceptions
+ */
public void updateExecutionPosition() {
XExecutionStack activeExecutionStack = mySuspendContext.getActiveExecutionStack();
boolean isTopFrame = activeExecutionStack != null && activeExecutionStack.getTopFrame() == myCurrentStackFrame;
myDebuggerManager.updateExecutionPoint(myCurrentStackFrame.getSourcePosition(), !isTopFrame);
+
+
+ disableBreakpoints();
+ enableBreakpoints();
}
public void showExecutionPoint() {