fdabf98ad51ffb722a7491faa97c1a9cbb2cbe74
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / core / IXDebugConstants.java
1 /*
2  * Created on 23.11.2004
3  *
4  * TODO To change the template for this generated file go to
5  * Window - Preferences - Java - Code Style - Code Templates
6  */
7 package net.sourceforge.phpeclipse.xdebug.core;
8
9 /**
10  * @author Axel
11  *
12  * TODO To change the template for this generated type comment go to
13  * Window - Preferences - Java - Code Style - Code Templates
14  */
15 public interface IXDebugConstants {
16         
17         /**
18          * Unique identifier for the PDA debug model (value 
19          * <code>org.eclipse.debug.examples.pda</code>).
20          */
21         public static final String ID_XDEBUG_DEBUG_MODEL = "net.sourceforge.phpeclipse.xdebug.core";
22         
23         /**
24          * Name of the string substitution variable that resolves to the
25          * location of a local Perl executable (value <code>perlExecutable</code>).
26          */
27         public static final String ID_PERL_EXECUTABLE = "perlExecutable";
28         /**
29          * Launch configuration key. Value is a path to a perl
30          * program. The path is a string representing a full path
31          * to a perl program in the workspace. 
32          */
33         public static final String ATTR_XDEBUG_PROGRAM = ID_XDEBUG_DEBUG_MODEL + ".ATTR_XDEBUG_PROGRAM";
34 }