Package org.mvel2.debug
Interface Debugger
-
public interface Debugger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
onBreak(Frame frame)
When a breakpoint is recached,
-
-
-
Field Detail
-
CONTINUE
static final int CONTINUE
- See Also:
- Constant Field Values
-
STEP
static final int STEP
- See Also:
- Constant Field Values
-
STEP_OVER
static final int STEP_OVER
- See Also:
- Constant Field Values
-
-
Method Detail
-
onBreak
int onBreak(Frame frame)
When a breakpoint is recached,- Parameters:
frame
- frame- Returns:
- continuation command
-
-