|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final java.lang.String PLUGIN_ID
"org.eclipse.cdt.debug.core"
).
static final java.lang.String PREF_DEFAULT_VARIABLE_FORMAT
static final java.lang.String PREF_DEFAULT_REGISTER_FORMAT
static final java.lang.String PREF_DEFAULT_EXPRESSION_FORMAT
static final java.lang.String PREF_MAX_NUMBER_OF_INSTRUCTIONS
static final java.lang.String PREF_SEARCH_DUPLICATE_FILES
static final java.lang.String PREF_SOURCE_LOCATIONS
static final int DEF_NUMBER_OF_INSTRUCTIONS
static final int MIN_NUMBER_OF_INSTRUCTIONS
static final int MAX_NUMBER_OF_INSTRUCTIONS
static final java.lang.String PREF_DEFAULT_DEBUGGER_TYPE
static final java.lang.String PREF_FILTERED_DEBUGGERS
static final java.lang.String PREF_INSTRUCTION_STEP_MODE_ON
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |