Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-09-07 22:04:35 +0000
committerDarin Wright2005-09-07 22:04:35 +0000
commitad1ecb6394ad4152f438564c4ab5656e799db7b4 (patch)
treec06443f05528d5127102ef9ba7b192273fef1b1f /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
parent4ab79fdf4a979a44863fa1b2368b4385a29c6e59 (diff)
downloadeclipse.platform.debug-ad1ecb6394ad4152f438564c4ab5656e799db7b4.tar.gz
eclipse.platform.debug-ad1ecb6394ad4152f438564c4ab5656e799db7b4.tar.xz
eclipse.platform.debug-ad1ecb6394ad4152f438564c4ab5656e799db7b4.zip
Bug 41057 - Option to export and import break points at the Breakpoints view
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
index 54ff0139d..db3fff848 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
@@ -273,4 +273,20 @@ public interface IInternalDebugUIConstants {
* @since 3.1
*/
public static final String PROPERTY_PAGE_START_ADDRESS = "pageStart"; //$NON-NLS-1$
+
+ /**
+ * This constant is used as a "quick-fix" for the issue of breakpoint to working set
+ * persistance when the state of a project changes.
+ *
+ * @since 3.2
+ */
+ public static final String WORKING_SET_NAME = "workingset_name"; //$NON-NLS-1$
+
+ /**
+ * This constant is used as a "quick-fix" for the issue of breakpoint to working set
+ * persistance when the state of a project changes.
+ *
+ * @since 3.2
+ */
+ public static final String WORKING_SET_ID = "workingset_id"; //$NON-NLS-1$
}

Back to the top