public interface IStackFrameHandler
Modifier and Type | Field and Description |
---|---|
static int |
BREAKPOINT |
static int |
CREATE |
static int |
STEP_IN |
static int |
STEP_OUT |
static int |
STEP_OVER |
static int |
TERMINATE |
Modifier and Type | Method and Description |
---|---|
void |
setStackFrame(org.eclipse.debug.core.model.IStackFrame stackframe,
int stepEvent) |
static final int STEP_IN
static final int STEP_OUT
static final int STEP_OVER
static final int CREATE
static final int TERMINATE
static final int BREAKPOINT