public class ApplicationState extends Object
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<Boolean> |
BREAKPOINT_STEP_MODE_ACTIVE |
| Constructor and Description |
|---|
ApplicationState() |
| Modifier and Type | Method and Description |
|---|---|
static void |
disableBreakpointStepMode() |
static void |
enableBreakpointStepMode() |
static boolean |
isBreakpointStepModeEnabled() |
public static final ThreadLocal<Boolean> BREAKPOINT_STEP_MODE_ACTIVE