diff --git a/org.eclipse.jdt.debug.ui/icons/full/elcl16/disable_conditional_breakpoints.png b/org.eclipse.jdt.debug.ui/icons/full/elcl16/disable_conditional_breakpoints.png new file mode 100644 index 0000000000..dd38fefd5a Binary files /dev/null and b/org.eclipse.jdt.debug.ui/icons/full/elcl16/disable_conditional_breakpoints.png differ diff --git a/org.eclipse.jdt.debug.ui/plugin.properties b/org.eclipse.jdt.debug.ui/plugin.properties index 202848d6a4..a8379e5a5d 100644 --- a/org.eclipse.jdt.debug.ui/plugin.properties +++ b/org.eclipse.jdt.debug.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2022 IBM Corporation and others. +# Copyright (c) 2000, 2025 IBM Corporation and others. # # This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 @@ -337,3 +337,7 @@ OpenFromClipboardAction.description = Opens a Java element or a Java stack trace OpenFromClipboardAction.name = Open from Clipboard VariablesView.name = Variables + +CompareObjects.label=Compare +CompareObjects.tooltip=Compare selected objects +DisableConditionalBreakpoints.label = Disable Conditional Breakpoints \ No newline at end of file diff --git a/org.eclipse.jdt.debug.ui/plugin.xml b/org.eclipse.jdt.debug.ui/plugin.xml index 6a4cbe0fc8..023219a996 100644 --- a/org.eclipse.jdt.debug.ui/plugin.xml +++ b/org.eclipse.jdt.debug.ui/plugin.xml @@ -1,7 +1,7 @@