public class DebugProcessImpl.StepOverCommand extends DebugProcessImpl.ResumeCommand
PrioritizedTask.Priority
myContextThread
Constructor and Description |
---|
StepOverCommand(SuspendContextImpl suspendContext,
boolean ignoreBreakpoints,
int stepSize) |
StepOverCommand(SuspendContextImpl suspendContext,
boolean ignoreBreakpoints,
MethodFilter methodFilter,
int stepSize) |
Modifier and Type | Method and Description |
---|---|
void |
contextAction() |
protected RequestHint |
getHint(SuspendContextImpl suspendContext,
ThreadReferenceProxyImpl stepThread) |
protected java.lang.String |
getStatusText() |
protected int |
getStepDepth() |
applyThreadFilter, getContextThread, getPriority
action, contextAction, getSuspendContext
commandCancelled, notifyCancelled, run
hold, release, waitFor
public StepOverCommand(SuspendContextImpl suspendContext, boolean ignoreBreakpoints, MethodFilter methodFilter, int stepSize)
public StepOverCommand(SuspendContextImpl suspendContext, boolean ignoreBreakpoints, int stepSize)
protected int getStepDepth()
protected java.lang.String getStatusText()
protected RequestHint getHint(SuspendContextImpl suspendContext, ThreadReferenceProxyImpl stepThread)
public void contextAction()
contextAction
in class DebugProcessImpl.ResumeCommand