(no message)

This commit is contained in:
Eugene Zhuravlev
2005-01-31 18:44:26 +03:00
parent 72b1f707c2
commit b06b7d10fc
14 changed files with 98 additions and 71 deletions

View File

@@ -380,9 +380,9 @@ public class DebuggerSession {
}
/* Stepping */
private void resumeAction(final SuspendContextCommandImpl action, int event) {
private void resumeAction(final SuspendContextCommandImpl command, int event) {
getContextManager().setState(SESSION_EMPTY_CONTEXT, STATE_WAIT_EVALUATION, event, null);
myDebugProcess.getManagerThread().invokeLater(action, DebuggerManagerThreadImpl.HIGH_PRIORITY);
myDebugProcess.getManagerThread().invokeLater(command, DebuggerManagerThreadImpl.HIGH_PRIORITY);
}
public void stepOut() {