/* * Created on 23.11.2004 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package net.sourceforge.phpeclipse.xdebug.core; /** * @author Axel * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public interface IXDebugConstants { /** * Unique identifier for the PDA debug model (value * org.eclipse.debug.examples.pda). */ public static final String ID_XDEBUG_DEBUG_MODEL = "net.sourceforge.phpeclipse.xdebug.core"; /** * Name of the string substitution variable that resolves to the * location of a local Perl executable (value perlExecutable). */ public static final String ID_PERL_EXECUTABLE = "perlExecutable"; /** * Launch configuration key. Value is a path to a perl * program. The path is a string representing a full path * to a perl program in the workspace. */ public static final String ATTR_XDEBUG_PROGRAM = ID_XDEBUG_DEBUG_MODEL + ".ATTR_XDEBUG_PROGRAM"; }