PTP
Release 7.0

org.eclipse.ptp.debug.core
Interface IPDebugConstants


public interface IPDebugConstants

Constant definitions for PTP debug implementations.


Field Summary
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 java.lang.String PLUGIN_ID
          C/C++ debug plug-in identifier (value "org.eclipse.ptp.debug.core").
static java.lang.String PREF_COMMON_SOURCE_CONTAINERS
          String preference for the common source containers.
static java.lang.String PREF_DEBUG_COMM_TIMEOUT
          Preference setting for debugger communication timeout
static java.lang.String PREF_DEBUG_REGISTER_PROC_0
          Preference setting for registering process 0 by default
static java.lang.String PREF_DEFAULT_DEBUGGER_TYPE
          Preference setting for 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
          Preference setting for the default register format (not used)
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_INSTRUCTION_STEP_MODE_ON
          Preference setting for instruction stepping mode (not used)
static java.lang.String PREF_SHOW_FULL_PATHS
          Preference for displaying full paths in breakpoints
static java.lang.String PREF_SOURCE_LOCATIONS
          The identifier of the common source locations list
static java.lang.String PREF_UPDATE_VARIABLES_ON_CHANGE
          Preference setting to update variables on change
static java.lang.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.
 

Field Detail

STATUS_CODE_QUESTION

static final int STATUS_CODE_QUESTION
Status handler codes.

See Also:
Constant Field Values

STATUS_CODE_INFO

static final int STATUS_CODE_INFO
See Also:
Constant Field Values

STATUS_CODE_ERROR

static final int STATUS_CODE_ERROR
See Also:
Constant Field Values

PREF_COMMON_SOURCE_CONTAINERS

static final java.lang.String PREF_COMMON_SOURCE_CONTAINERS
String preference for the common source containers.


PLUGIN_ID

static final java.lang.String PLUGIN_ID
C/C++ debug plug-in identifier (value "org.eclipse.ptp.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_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_SOURCE_LOCATIONS

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


PREF_SHOW_FULL_PATHS

static final java.lang.String PREF_SHOW_FULL_PATHS
Preference for displaying full paths in breakpoints


PREF_DEBUG_COMM_TIMEOUT

static final java.lang.String PREF_DEBUG_COMM_TIMEOUT
Preference setting for debugger communication timeout

Since:
5.0

PREF_DEBUG_REGISTER_PROC_0

static final java.lang.String PREF_DEBUG_REGISTER_PROC_0
Preference setting for registering process 0 by default

Since:
5.0

PREF_DEFAULT_DEBUGGER_TYPE

static final java.lang.String PREF_DEFAULT_DEBUGGER_TYPE
Preference setting for the default debugger type


PREF_UPDATE_VARIABLES_ON_SUSPEND

static final java.lang.String PREF_UPDATE_VARIABLES_ON_SUSPEND
Preference setting to update variables on suspend


PREF_UPDATE_VARIABLES_ON_CHANGE

static final java.lang.String PREF_UPDATE_VARIABLES_ON_CHANGE
Preference setting to update variables on change


PREF_INSTRUCTION_STEP_MODE_ON

static final java.lang.String PREF_INSTRUCTION_STEP_MODE_ON
Preference setting for instruction stepping mode (not used)


PREF_DEFAULT_REGISTER_FORMAT

static final java.lang.String PREF_DEFAULT_REGISTER_FORMAT
Preference setting for the default register format (not used)


DEFAULT_INSTRUCTION_STEP_MODE

static final boolean DEFAULT_INSTRUCTION_STEP_MODE
Default instruction stepping mode

Since:
5.0
See Also:
Constant Field Values

DEFAULT_SHOW_FULL_PATHS

static final boolean DEFAULT_SHOW_FULL_PATHS
Default show full paths setting

Since:
5.0
See Also:
Constant Field Values

DEFAULT_DEBUG_REGISTER_PROC_0

static final boolean DEFAULT_DEBUG_REGISTER_PROC_0
Default register proc 0 setting

Since:
5.0
See Also:
Constant Field Values

DEFAULT_UPDATE_VARIABLES_ON_SUSPEND

static final boolean DEFAULT_UPDATE_VARIABLES_ON_SUSPEND
Default update variable on suspend setting

Since:
5.0
See Also:
Constant Field Values

DEFAULT_UPDATE_VARIABLES_ON_CHANGE

static final boolean DEFAULT_UPDATE_VARIABLES_ON_CHANGE
Default update variable on change setting

Since:
5.0
See Also:
Constant Field Values

DEFAULT_DEBUG_COMM_TIMEOUT

static final int DEFAULT_DEBUG_COMM_TIMEOUT
Default communication timeout

See Also:
Constant Field Values

MIN_REQUEST_TIMEOUT

static final int MIN_REQUEST_TIMEOUT
Minimum request timeout

See Also:
Constant Field Values

MAX_REQUEST_TIMEOUT

static final int MAX_REQUEST_TIMEOUT
Maximum request timeout

See Also:
Constant Field Values

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.