1 package net.sourceforge.phpdt.debug.ui;
3 import net.sourceforge.phpdt.internal.debug.ui.PHPDebugUiPlugin;
5 public interface PHPDebugUiConstants {
6 public static final String DEFAULT_WORKING_DIRECTORY = PHPDebugUiPlugin.getWorkspace().getRoot().getLocation().toString();
8 public static final String PREFERENCE_KEYWORDS = PHPDebugUiPlugin.PLUGIN_ID + ".preference_keywords";