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
7 .getWorkspace().getRoot().getLocation().toString();
9 public static final String PREFERENCE_KEYWORDS = PHPDebugUiPlugin.PLUGIN_ID
10 + ".preference_keywords";