com.aptana.ide.debug.core
Interface IDebugConstants


public interface IDebugConstants

Debug model constants


Field Summary
static java.lang.String BREAKPOINT_CONDITION
          Unique identifier for the JS breakpoints condition (value com.aptana.ide.debug.core.breakpointCondition).
static java.lang.String BREAKPOINT_CONDITION_ENABLED
          Unique identifier for the JS breakpoints condition enabled (value com.aptana.ide.debug.core.breakpointConditionEnabled).
static java.lang.String BREAKPOINT_CONDITION_SUSPEND_ON_TRUE
          Unique identifier for the JS breakpoints condition suspend flag (value com.aptana.ide.debug.core.breakpointConditionSuspendOnTrue).
static java.lang.String BREAKPOINT_HIT_COUNT
          Unique identifier for the JS breakpoints hit count (value com.aptana.ide.debug.core.breakpointHitCount).
static java.lang.String BREAKPOINT_LOCATION
          Unique identifier for the JS breakpoints location (value com.aptana.ide.debug.core.breakpointLocation).
static int DEBUG_EVENT_URL_OPEN
          Debug model-specific events
static int DEBUG_EVENT_URL_OPENED
          DEBUG_EVENT_URL_OPENED
static java.lang.String EXCEPTION_TYPE_NAME
          Unique identifier for the JS breakpoints exception type name (value com.aptana.ide.debug.core.exceptionTypeName).
static java.lang.String ID_DEBUG_MODEL
          Unique identifier for the JS debug model (value com.aptana.ide.debug.core).
static java.lang.String ID_EXCEPTION_BREAKPOINT_MARKER
          Unique identifier for the JS exception breakpoint markers (value com.aptana.ide.debug.core.exceptionBreakpointMarker).
static java.lang.String ID_LINE_BREAKPOINT_MARKER
          Unique identifier for the JS line breakpoint markers (value com.aptana.ide.debug.core.lineBreakpointMarker).
static java.lang.String ID_WATCHPOINT_MARKER
          Unique identifier for the JS watchpoint markers (value com.aptana.ide.debug.core.watchpointMarker).
static java.lang.String RUN_TO_LINE
          Unique identifier for the JS run to line breakpoints (value com.aptana.ide.debug.core.runToLineBreakpoint).
static java.lang.String WATCHPOINT_VARIABLE_NAME
          Unique identifier for the JS watchpoint variable name (value com.aptana.ide.debug.core.watchpointVariableName).
 

Field Detail

ID_DEBUG_MODEL

static final java.lang.String ID_DEBUG_MODEL
Unique identifier for the JS debug model (value com.aptana.ide.debug.core).

See Also:
Constant Field Values

ID_LINE_BREAKPOINT_MARKER

static final java.lang.String ID_LINE_BREAKPOINT_MARKER
Unique identifier for the JS line breakpoint markers (value com.aptana.ide.debug.core.lineBreakpointMarker).

See Also:
Constant Field Values

ID_EXCEPTION_BREAKPOINT_MARKER

static final java.lang.String ID_EXCEPTION_BREAKPOINT_MARKER
Unique identifier for the JS exception breakpoint markers (value com.aptana.ide.debug.core.exceptionBreakpointMarker).

See Also:
Constant Field Values

ID_WATCHPOINT_MARKER

static final java.lang.String ID_WATCHPOINT_MARKER
Unique identifier for the JS watchpoint markers (value com.aptana.ide.debug.core.watchpointMarker).

See Also:
Constant Field Values

BREAKPOINT_LOCATION

static final java.lang.String BREAKPOINT_LOCATION
Unique identifier for the JS breakpoints location (value com.aptana.ide.debug.core.breakpointLocation).

See Also:
Constant Field Values

RUN_TO_LINE

static final java.lang.String RUN_TO_LINE
Unique identifier for the JS run to line breakpoints (value com.aptana.ide.debug.core.runToLineBreakpoint).

See Also:
Constant Field Values

BREAKPOINT_HIT_COUNT

static final java.lang.String BREAKPOINT_HIT_COUNT
Unique identifier for the JS breakpoints hit count (value com.aptana.ide.debug.core.breakpointHitCount).

See Also:
Constant Field Values

BREAKPOINT_CONDITION

static final java.lang.String BREAKPOINT_CONDITION
Unique identifier for the JS breakpoints condition (value com.aptana.ide.debug.core.breakpointCondition).

See Also:
Constant Field Values

BREAKPOINT_CONDITION_ENABLED

static final java.lang.String BREAKPOINT_CONDITION_ENABLED
Unique identifier for the JS breakpoints condition enabled (value com.aptana.ide.debug.core.breakpointConditionEnabled).

See Also:
Constant Field Values

BREAKPOINT_CONDITION_SUSPEND_ON_TRUE

static final java.lang.String BREAKPOINT_CONDITION_SUSPEND_ON_TRUE
Unique identifier for the JS breakpoints condition suspend flag (value com.aptana.ide.debug.core.breakpointConditionSuspendOnTrue).

See Also:
Constant Field Values

EXCEPTION_TYPE_NAME

static final java.lang.String EXCEPTION_TYPE_NAME
Unique identifier for the JS breakpoints exception type name (value com.aptana.ide.debug.core.exceptionTypeName).

See Also:
Constant Field Values

WATCHPOINT_VARIABLE_NAME

static final java.lang.String WATCHPOINT_VARIABLE_NAME
Unique identifier for the JS watchpoint variable name (value com.aptana.ide.debug.core.watchpointVariableName).

See Also:
Constant Field Values

DEBUG_EVENT_URL_OPEN

static final int DEBUG_EVENT_URL_OPEN
Debug model-specific events

See Also:
Constant Field Values

DEBUG_EVENT_URL_OPENED

static final int DEBUG_EVENT_URL_OPENED
DEBUG_EVENT_URL_OPENED

See Also:
Constant Field Values