Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2022-02-16 19:56:39 +0000
committerSarika Sinha2022-02-16 20:15:31 +0000
commit3a0e0a44e414e8b0657ca28a04da46641acfbc14 (patch)
tree08605fadfa8b34c07ac174c71f9136a0262cef8d
parentfa43e50ed09d2684f9e2fd8cb6a24dbf43230525 (diff)
downloadeclipse.platform.debug-3a0e0a44e414e8b0657ca28a04da46641acfbc14.tar.gz
eclipse.platform.debug-3a0e0a44e414e8b0657ca28a04da46641acfbc14.tar.xz
eclipse.platform.debug-3a0e0a44e414e8b0657ca28a04da46641acfbc14.zip
in editor during debugging Change-Id: Idfe49313efca338cb5b975936793270031fa11c6 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190869 Tested-by: Sarika Sinha <sarika.sinha@in.ibm.com> Reviewed-by: Sarika Sinha <sarika.sinha@in.ibm.com>
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
index 6cb77f48d..ca6df3223 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2020 IBM Corporation and others.
+# Copyright (c) 2000, 2022 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
@@ -52,7 +52,7 @@ DebugPreferencePage_30=Prompt for confirmation when deleting breakpoint con&tain
DebugPreferencePage_31=&Prompt for confirmation when removing all triggerpoints
DebugPreferencePage_32=&Prompt for confirmation when disabling all breakpoints
DebugPreferencePage_5=Prompt for confirmation when deleting all e&xpressions
-DebugPreferencePage_showValuesInline=Show debug values &inline on text editors
+DebugPreferencePage_showValuesInline=Show debug values &inline on text editors (Experimental)
LaunchingPreferencePage_1=&Build (if required) before launching
LaunchingPreferencePage_2=Save required dirty editors before launching

Back to the top