Importing the XDebugProxy code in the HEAD. The repo was tagged with T_BEFORE_XDEBUGP...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / core / IXDebugPreferenceConstants.java
1 package net.sourceforge.phpeclipse.xdebug.core;
2
3 public interface IXDebugPreferenceConstants {
4         public static final String DEBUGPORT_PREFERENCE = "debugport";
5         public static final int DEFAULT_DEBUGPORT = 9000;
6         public static final String PHP_INTERPRETER_PREFERENCE = "phpInterpreter";
7 }