public interface StepRequest extends EventRequest
EventRequest
,
ThreadReference
Modifier and Type | Field and Description |
---|---|
static int |
STEP_INTO
Kind for a step into request
|
static int |
STEP_OUT
Kind for a step out request
|
static int |
STEP_OVER
Kind for a step over request
|
Modifier and Type | Method and Description |
---|---|
int |
step()
Returns the kind of the
StepRequest |
ThreadReference |
thread()
The underlying
ThreadReference this StepRequest is for. |
isEnabled, setEnabled
virtualMachine
static final int STEP_INTO
static final int STEP_OVER
static final int STEP_OUT
int step()
StepRequest
StepRequest
STEP_INTO
,
STEP_OUT
,
STEP_OVER
ThreadReference thread()
ThreadReference
never null
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.