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
16 * program. The path is a string representing a full path
17 * to a perl program in the workspace.
19 public static final String ATTR_PHP_PROJECT = ID_PHP_DEBUG_MODEL + ".ATTR_PDA_PROFECT";
21 * Launch configuration key. Value is a php program.
22 * The path is a string representing a relative path
23 * to a php program in the project.
25 public static final String ATTR_PHP_FILE = ID_PHP_DEBUG_MODEL + ".ATTR_PDA_FILE";
27 public static final String ATTR_PHP_DEFAULT_INTERPRETER = ID_PHP_DEBUG_MODEL + ".ATTR_PHP_DEFAULT_INTERPRETER";
29 public static final String ATTR_PHP_INTERPRETER = ID_PHP_DEBUG_MODEL + ".ATTR_PHP_INTERPRETER";