public interface DebuggerColors
Modifier and Type | Field and Description |
---|---|
static TextAttributesKey |
BREAKPOINT_ATTRIBUTES |
static Key<java.lang.Boolean> |
BREAKPOINT_HIGHLIGHTER_KEY |
static int |
BREAKPOINT_HIGHLIGHTER_LAYER |
static TextAttributesKey |
EVALUATED_EXPRESSION_ATTRIBUTES |
static TextAttributesKey |
EVALUATED_EXPRESSION_EXECUTION_LINE_ATTRIBUTES |
static int |
EXECUTION_LINE_HIGHLIGHTERLAYER |
static TextAttributesKey |
EXECUTIONPOINT_ATTRIBUTES |
static TextAttributesKey |
INLINED_VALUES |
static TextAttributesKey |
INLINED_VALUES_EXECUTION_LINE |
static TextAttributesKey |
INLINED_VALUES_MODIFIED |
static TextAttributesKey |
NOT_TOP_FRAME_ATTRIBUTES |
static TextAttributesKey |
SMART_STEP_INTO_SELECTION |
static TextAttributesKey |
SMART_STEP_INTO_TARGET |
static final TextAttributesKey BREAKPOINT_ATTRIBUTES
static final TextAttributesKey EXECUTIONPOINT_ATTRIBUTES
static final TextAttributesKey NOT_TOP_FRAME_ATTRIBUTES
static final TextAttributesKey EVALUATED_EXPRESSION_ATTRIBUTES
static final TextAttributesKey EVALUATED_EXPRESSION_EXECUTION_LINE_ATTRIBUTES
static final int BREAKPOINT_HIGHLIGHTER_LAYER
static final Key<java.lang.Boolean> BREAKPOINT_HIGHLIGHTER_KEY
static final int EXECUTION_LINE_HIGHLIGHTERLAYER
static final TextAttributesKey INLINED_VALUES
static final TextAttributesKey INLINED_VALUES_MODIFIED
static final TextAttributesKey INLINED_VALUES_EXECUTION_LINE
static final TextAttributesKey SMART_STEP_INTO_TARGET
static final TextAttributesKey SMART_STEP_INTO_SELECTION