1 package net.sourceforge.phpeclipse.xdebug.php.launching;
4 * Constants for the PDA debugger.
6 public interface IXDebugConstants {
9 * Unique identifier for the PHP debug model (value
10 * <code>et.sourceforge.phpeclipse.debug.</code>).
12 public static final String ID_PHP_DEBUG_MODEL = "net.sourceforge.phpeclipse.xdebug.php";
15 * Launch configuration key. Value is a PHPProject name program. The path is
16 * a string representing a full path to a perl program in the workspace.
18 public static final String ATTR_PHP_PROJECT = ID_PHP_DEBUG_MODEL
19 + ".ATTR_PDA_PROFECT";
22 * Launch configuration key. Value is a php program. The path is a string
23 * representing a relative path to a php program in the project.
25 public static final String ATTR_PHP_FILE = ID_PHP_DEBUG_MODEL
28 public static final String ATTR_PHP_DEFAULT_INTERPRETER = ID_PHP_DEBUG_MODEL
29 + ".ATTR_PHP_DEFAULT_INTERPRETER";
31 public static final String ATTR_PHP_INTERPRETER = ID_PHP_DEBUG_MODEL
32 + ".ATTR_PHP_INTERPRETER";
34 public static final String ATTR_PHP_DEFAULT_DEBUGPORT = ID_PHP_DEBUG_MODEL
35 + ".ATTR_PHP_DEFAULT_DEBUGPORT";
37 public static final String ATTR_PHP_DEBUGPORT = ID_PHP_DEBUG_MODEL
38 + ".ATTR_PHP_DEBUGPORT";