2 * Created on 23.11.2004
4 * TODO To change the template for this generated file go to
5 * Window - Preferences - Java - Code Style - Code Templates
7 package net.sourceforge.phpeclipse.xdebug.core;
12 * TODO To change the template for this generated type comment go to
13 * Window - Preferences - Java - Code Style - Code Templates
15 public interface IXDebugConstants {
18 * Unique identifier for the PDA debug model (value
19 * <code>org.eclipse.debug.examples.pda</code>).
21 public static final String ID_XDEBUG_DEBUG_MODEL = "net.sourceforge.phpeclipse.xdebug.core";
24 * Name of the string substitution variable that resolves to the
25 * location of a local Perl executable (value <code>perlExecutable</code>).
27 public static final String ID_PERL_EXECUTABLE = "perlExecutable";
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.
33 public static final String ATTR_XDEBUG_PROGRAM = ID_XDEBUG_DEBUG_MODEL + ".ATTR_XDEBUG_PROGRAM";