public class DebugProcessImpl.StepOverCommand extends DebugProcessImpl.ResumeCommand
PrioritizedTask.PrioritymyContextThread| 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, getPriorityaction, contextAction, getSuspendContextcommandCancelled, notifyCancelled, runhold, release, waitForpublic 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