Package astra.debugger
Class Breakpoints.State
java.lang.Object
astra.debugger.Breakpoints.State
- Enclosing class:
- Breakpoints
public static class Breakpoints.State extends Object
-
Field Summary
Fields Modifier and Type Field Description static intLEVEL_CONTEXTstatic intLEVEL_RULEstatic intLEVEL_STATEMENTstatic intPAUSEDstatic intRUNNINGstatic intSTEPINstatic intSTEPOVER -
Constructor Summary
Constructors Constructor Description State() -
Method Summary
-
Field Details
-
PAUSED
public static final int PAUSED- See Also:
- Constant Field Values
-
RUNNING
public static final int RUNNING- See Also:
- Constant Field Values
-
STEPOVER
public static final int STEPOVER- See Also:
- Constant Field Values
-
STEPIN
public static final int STEPIN- See Also:
- Constant Field Values
-
LEVEL_RULE
public static final int LEVEL_RULE- See Also:
- Constant Field Values
-
LEVEL_CONTEXT
public static final int LEVEL_CONTEXT- See Also:
- Constant Field Values
-
LEVEL_STATEMENT
public static final int LEVEL_STATEMENT- See Also:
- Constant Field Values
-
-
Constructor Details
-
State
public State()
-