PTP
Release 5.0

org.eclipse.ptp.debug.core
Interface IPDebugConstants


public interface IPDebugConstants

Constant definitions for PTP debug plug-in.


Field Summary
static int DEFAULT_DEBUG_COMM_TIMEOUT
           
static boolean DEFAULT_DEBUG_REGISTER_PROC_0
           
static boolean DEFAULT_INSTRUCTION_STEP_MODE
           
static boolean DEFAULT_SHOW_FULL_PATHS
           
static boolean DEFAULT_UPDATE_VARIABLES_ON_CHANGE
           
static boolean DEFAULT_UPDATE_VARIABLES_ON_SUSPEND
           
static int MAX_REQUEST_TIMEOUT
           
static int MIN_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
           
static java.lang.String PREF_DEBUG_REGISTER_PROC_0
           
static java.lang.String PREF_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
           
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
           
static java.lang.String PREF_SHOW_FULL_PATHS
           
static java.lang.String PREF_SOURCE_LOCATIONS
          The identifier of the common source locations list
static java.lang.String PREF_UPDATE_VARIABLES_ON_CHANGE
           
static java.lang.String PREF_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

PREF_DEBUG_COMM_TIMEOUT

static final java.lang.String PREF_DEBUG_COMM_TIMEOUT
Since:
5.0

PREF_DEBUG_REGISTER_PROC_0

static final java.lang.String PREF_DEBUG_REGISTER_PROC_0
Since:
5.0

PREF_DEFAULT_DEBUGGER_TYPE

static final java.lang.String PREF_DEFAULT_DEBUGGER_TYPE

PREF_UPDATE_VARIABLES_ON_SUSPEND

static final java.lang.String PREF_UPDATE_VARIABLES_ON_SUSPEND

PREF_UPDATE_VARIABLES_ON_CHANGE

static final java.lang.String PREF_UPDATE_VARIABLES_ON_CHANGE

PREF_INSTRUCTION_STEP_MODE_ON

static final java.lang.String PREF_INSTRUCTION_STEP_MODE_ON

PREF_DEFAULT_REGISTER_FORMAT

static final java.lang.String PREF_DEFAULT_REGISTER_FORMAT

DEFAULT_INSTRUCTION_STEP_MODE

static final boolean DEFAULT_INSTRUCTION_STEP_MODE
Since:
5.0
See Also:
Constant Field Values

DEFAULT_SHOW_FULL_PATHS

static final boolean DEFAULT_SHOW_FULL_PATHS
Since:
5.0
See Also:
Constant Field Values

DEFAULT_DEBUG_REGISTER_PROC_0

static final boolean DEFAULT_DEBUG_REGISTER_PROC_0
Since:
5.0
See Also:
Constant Field Values

DEFAULT_UPDATE_VARIABLES_ON_SUSPEND

static final boolean DEFAULT_UPDATE_VARIABLES_ON_SUSPEND
Since:
5.0
See Also:
Constant Field Values

DEFAULT_UPDATE_VARIABLES_ON_CHANGE

static final boolean DEFAULT_UPDATE_VARIABLES_ON_CHANGE
Since:
5.0
See Also:
Constant Field Values

DEFAULT_DEBUG_COMM_TIMEOUT

static final int DEFAULT_DEBUG_COMM_TIMEOUT
See Also:
Constant Field Values

MIN_REQUEST_TIMEOUT

static final int MIN_REQUEST_TIMEOUT
See Also:
Constant Field Values

MAX_REQUEST_TIMEOUT

static final int MAX_REQUEST_TIMEOUT
See Also:
Constant Field Values

PTP
Release 5.0

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