public interface IPDebugConstants
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_DEBUG_COMM_TIMEOUT
Default communication timeout
|
static boolean |
DEFAULT_DEBUG_REGISTER_PROC_0
Default register proc 0 setting
|
static boolean |
DEFAULT_INSTRUCTION_STEP_MODE
Default instruction stepping mode
|
static boolean |
DEFAULT_SHOW_FULL_PATHS
Default show full paths setting
|
static boolean |
DEFAULT_UPDATE_VARIABLES_ON_CHANGE
Default update variable on change setting
|
static boolean |
DEFAULT_UPDATE_VARIABLES_ON_SUSPEND
Default update variable on suspend setting
|
static int |
MAX_REQUEST_TIMEOUT
Maximum request timeout
|
static int |
MIN_REQUEST_TIMEOUT
Minimum request timeout
|
static String |
PLUGIN_ID
C/C++ debug plug-in identifier (value
"org.eclipse.ptp.debug.core" ). |
static String |
PREF_COMMON_SOURCE_CONTAINERS
String preference for the common source containers.
|
static String |
PREF_DEBUG_COMM_TIMEOUT
Preference setting for debugger communication timeout
|
static String |
PREF_DEBUG_REGISTER_PROC_0
Preference setting for registering process 0 by default
|
static String |
PREF_DEFAULT_DEBUGGER_TYPE
Preference setting for the default debugger type
|
static String |
PREF_DEFAULT_EXPRESSION_FORMAT
The identifier of the default expression format to use in the expressions views
|
static String |
PREF_DEFAULT_REGISTER_FORMAT
Preference setting for the default register format (not used)
|
static String |
PREF_DEFAULT_VARIABLE_FORMAT
The identifier of the default variable format to use in the variables view
|
static String |
PREF_INSTRUCTION_STEP_MODE_ON
Preference setting for instruction stepping mode (not used)
|
static String |
PREF_SHOW_FULL_PATHS
Preference for displaying full paths in breakpoints
|
static String |
PREF_SOURCE_LOCATIONS
The identifier of the common source locations list
|
static String |
PREF_UPDATE_VARIABLES_ON_CHANGE
Preference setting to update variables on change
|
static String |
PREF_UPDATE_VARIABLES_ON_SUSPEND
Preference setting to update variables on suspend
|
static int |
STATUS_CODE_ERROR |
static int |
STATUS_CODE_INFO |
static int |
STATUS_CODE_QUESTION
Status handler codes.
|
static final int STATUS_CODE_QUESTION
static final int STATUS_CODE_INFO
static final int STATUS_CODE_ERROR
static final String PREF_COMMON_SOURCE_CONTAINERS
static final String PLUGIN_ID
"org.eclipse.ptp.debug.core"
).static final String PREF_DEFAULT_VARIABLE_FORMAT
static final String PREF_DEFAULT_EXPRESSION_FORMAT
static final String PREF_SOURCE_LOCATIONS
static final String PREF_SHOW_FULL_PATHS
static final String PREF_DEBUG_COMM_TIMEOUT
static final String PREF_DEBUG_REGISTER_PROC_0
static final String PREF_DEFAULT_DEBUGGER_TYPE
static final String PREF_UPDATE_VARIABLES_ON_SUSPEND
static final String PREF_UPDATE_VARIABLES_ON_CHANGE
static final String PREF_INSTRUCTION_STEP_MODE_ON
static final String PREF_DEFAULT_REGISTER_FORMAT
static final boolean DEFAULT_INSTRUCTION_STEP_MODE
static final boolean DEFAULT_SHOW_FULL_PATHS
static final boolean DEFAULT_DEBUG_REGISTER_PROC_0
static final boolean DEFAULT_UPDATE_VARIABLES_ON_SUSPEND
static final boolean DEFAULT_UPDATE_VARIABLES_ON_CHANGE
static final int DEFAULT_DEBUG_COMM_TIMEOUT
static final int MIN_REQUEST_TIMEOUT
static final int MAX_REQUEST_TIMEOUT
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.