org.eclipse.cdt.debug.core
Interface ICDebugConstants


public interface ICDebugConstants

Constant definitions for C/C++ debug plug-in.


Field Summary
static int DEF_NUMBER_OF_INSTRUCTIONS
          The default number of instructions displayed in disassembly.
static int MAX_NUMBER_OF_INSTRUCTIONS
          The maximal valid number of instructions displayed in disassembly.
static int MIN_NUMBER_OF_INSTRUCTIONS
          The minimal valid number of instructions displayed in disassembly.
static java.lang.String PLUGIN_ID
          C/C++ debug plug-in identifier (value "org.eclipse.cdt.debug.core").
static java.lang.String PREF_DEFAULT_DEBUGGER_TYPE
          Preference that saves the default debugger type
static java.lang.String PREF_DEFAULT_EXPRESSION_FORMAT
          The identifier of the default expression format to use in the expressions views
static java.lang.String PREF_DEFAULT_REGISTER_FORMAT
          The identifier of the default register format to use in the registers view
static java.lang.String PREF_DEFAULT_VARIABLE_FORMAT
          The identifier of the default variable format to use in the variables view
static java.lang.String PREF_FILTERED_DEBUGGERS
          Preference that saves the deactivated debugger types
static java.lang.String PREF_INSTRUCTION_STEP_MODE_ON
          Boolean preference controlling whether the instruction stepping mode should be activated.
static java.lang.String PREF_MAX_NUMBER_OF_INSTRUCTIONS
          The identifier of the maximum number of instructions displayed in disassembly.
static java.lang.String PREF_SEARCH_DUPLICATE_FILES
          Boolean preference controlling whether the search for duplicate source files will be performed by debugger.
static java.lang.String PREF_SOURCE_LOCATIONS
          The identifier of the common source locations list
 

Field Detail

PLUGIN_ID

static final java.lang.String PLUGIN_ID
C/C++ debug plug-in identifier (value "org.eclipse.cdt.debug.core").


PREF_DEFAULT_VARIABLE_FORMAT

static final java.lang.String PREF_DEFAULT_VARIABLE_FORMAT
The identifier of the default variable format to use in the variables view


PREF_DEFAULT_REGISTER_FORMAT

static final java.lang.String PREF_DEFAULT_REGISTER_FORMAT
The identifier of the default register format to use in the registers view


PREF_DEFAULT_EXPRESSION_FORMAT

static final java.lang.String PREF_DEFAULT_EXPRESSION_FORMAT
The identifier of the default expression format to use in the expressions views


PREF_MAX_NUMBER_OF_INSTRUCTIONS

static final java.lang.String PREF_MAX_NUMBER_OF_INSTRUCTIONS
The identifier of the maximum number of instructions displayed in disassembly.


PREF_SEARCH_DUPLICATE_FILES

static final java.lang.String PREF_SEARCH_DUPLICATE_FILES
Boolean preference controlling whether the search for duplicate source files will be performed by debugger.


PREF_SOURCE_LOCATIONS

static final java.lang.String PREF_SOURCE_LOCATIONS
The identifier of the common source locations list


DEF_NUMBER_OF_INSTRUCTIONS

static final int DEF_NUMBER_OF_INSTRUCTIONS
The default number of instructions displayed in disassembly.

See Also:
Constant Field Values

MIN_NUMBER_OF_INSTRUCTIONS

static final int MIN_NUMBER_OF_INSTRUCTIONS
The minimal valid number of instructions displayed in disassembly.

See Also:
Constant Field Values

MAX_NUMBER_OF_INSTRUCTIONS

static final int MAX_NUMBER_OF_INSTRUCTIONS
The maximal valid number of instructions displayed in disassembly.

See Also:
Constant Field Values

PREF_DEFAULT_DEBUGGER_TYPE

static final java.lang.String PREF_DEFAULT_DEBUGGER_TYPE
Preference that saves the default debugger type

Since:
3.1

PREF_FILTERED_DEBUGGERS

static final java.lang.String PREF_FILTERED_DEBUGGERS
Preference that saves the deactivated debugger types

Since:
3.1

PREF_INSTRUCTION_STEP_MODE_ON

static final java.lang.String PREF_INSTRUCTION_STEP_MODE_ON
Boolean preference controlling whether the instruction stepping mode should be activated. Temporary. See bugs 79872 and 80323.