public abstract class JvmSteppingCommandProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<JvmSteppingCommandProvider> |
EP_NAME |
Constructor and Description |
---|
JvmSteppingCommandProvider() |
Modifier and Type | Method and Description |
---|---|
DebugProcessImpl.ResumeCommand |
getStepIntoCommand(SuspendContextImpl suspendContext,
boolean ignoreFilters,
MethodFilter smartStepFilter,
int stepSize) |
DebugProcessImpl.ResumeCommand |
getStepOutCommand(SuspendContextImpl suspendContext,
int stepSize) |
DebugProcessImpl.ResumeCommand |
getStepOverCommand(SuspendContextImpl suspendContext,
boolean ignoreBreakpoints,
int stepSize) |
public static final ExtensionPointName<JvmSteppingCommandProvider> EP_NAME
public DebugProcessImpl.ResumeCommand getStepIntoCommand(SuspendContextImpl suspendContext, boolean ignoreFilters, MethodFilter smartStepFilter, int stepSize)
public DebugProcessImpl.ResumeCommand getStepOutCommand(SuspendContextImpl suspendContext, int stepSize)
public DebugProcessImpl.ResumeCommand getStepOverCommand(SuspendContextImpl suspendContext, boolean ignoreBreakpoints, int stepSize)