public interface IStepRequest extends IEventRequest
Modifier and Type | Field and Description |
---|---|
static int |
STEP
step - step to the next available location
|
static int |
STEP_INTO
step into - step into any newly pushed frames
|
static int |
STEP_OUT
step out - step out of the current frame
|
static int |
STEP_OVER
step over - step over any newly pushed frames
|
Modifier and Type | Method and Description |
---|---|
int |
stepType()
returns the step type
|
IProgramThread |
thread()
returns the program thread on which the step event is being requested
|
disable, enable, isEnabled, type
debugger, toString
static final int STEP_INTO
static final int STEP
static final int STEP_OVER
static final int STEP_OUT
int stepType()
IProgramThread thread()