0662af41b62de037cd0b4e16b6a6ff442d73b962
[phpeclipse.git] /
1 package net.sourceforge.phpeclipse.xdebug.core;
2
3 public interface IXDebugPreferenceConstants {
4         public static final String DEBUGPORT_PREFERENCE = "debugport";
5
6         public static final int DEFAULT_DEBUGPORT = 9000;
7
8         public static final String PHP_INTERPRETER_PREFERENCE = "phpInterpreter";
9 }