1) Improvements for the XDebug plugin.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / launching / IXDebugConstants.java
index 7d4f892..e2f8ca0 100644 (file)
@@ -5,21 +5,22 @@ package net.sourceforge.phpeclipse.xdebug.php.launching;
  */
 public interface IXDebugConstants {
        /**
-        * Unique identifier for the PHP debug model (value 
+        * Unique identifier for the PHP debug model (value
         * <code>et.sourceforge.phpeclipse.debug.</code>).
         */
        public static final String ID_PHP_DEBUG_MODEL = "net.sourceforge.phpeclipse.xdebug.php";
-       
+       public static final String ID_PHP_BREAKPOINT_MODEL = "net.sourceforge.phpeclipse.debug.core";
+
        /**
         * Launch configuration key. Value is a PHPProject name
         * program. The path is a string representing a full path
-        * to a perl program in the workspace. 
+        * to a perl program in the workspace.
         */
        public static final String ATTR_PHP_PROJECT = ID_PHP_DEBUG_MODEL + ".ATTR_PDA_PROFECT";
        /**
         * Launch configuration key. Value is a php program.
         * The path is a string representing a relative path
-        * to a php program in the project. 
+        * to a php program in the project.
         */
        public static final String ATTR_PHP_FILE = ID_PHP_DEBUG_MODEL + ".ATTR_PDA_FILE";
 
@@ -34,4 +35,4 @@ public interface IXDebugConstants {
        public static final String ATTR_PHP_IDE_ID = ID_PHP_DEBUG_MODEL + ".ATTR_PHP_IDE_ID";
 
        public static final String ATTR_PHP_PATHMAP = ID_PHP_DEBUG_MODEL + ".ATTR_PHP_PATHMAP";
-}
\ No newline at end of file
+}