Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-11-14 19:07:15 +0000
committerDarin Wright2003-11-14 19:07:15 +0000
commit341c947ea5d856b2470a6eb91cdd5aa68f029d53 (patch)
tree0c68a49629300ecc82bf18d3306cf33d4eff7e10 /org.eclipse.debug.ui/plugin.properties
parentb62b3067de7dfbe125a285131575ac89d803c8bf (diff)
downloadeclipse.platform.debug-341c947ea5d856b2470a6eb91cdd5aa68f029d53.tar.gz
eclipse.platform.debug-341c947ea5d856b2470a6eb91cdd5aa68f029d53.tar.xz
eclipse.platform.debug-341c947ea5d856b2470a6eb91cdd5aa68f029d53.zip
Bug 45656 - New Annotation Features
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 7badebc78..6fba582c0 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -25,6 +25,8 @@ DebugActionGroupsExtensionName= Debug Action Groups
DebugActionGroupsPreferencePage.name=Debug Action Groups
DebugActionSet.label=Debug
DebugConfigurations.label=D&ebug...
+debugCurrentInstructionPointer=Debug Current Instruction Pointer
+debugCallStack=Debug Call Stack
DebugDropDownAction.label=Debug
DebugHistoryMenuAction.label=Debug &History
DebugLastAction.label=&Debug Last Launched
@@ -45,7 +47,6 @@ ExpressionView.name=Expressions
LaunchActionSet.label=Launch
LaunchConfigurationTabGroupExtensionName=Launch Configuration Tab Group
LaunchShortcutsName=Launch Shortcut
-LaunchVariableComponentsName=Launch Variable Components
LaunchConfigurationTypeImageExtensionName=Launch Configuration Type Image
LaunchConfigurationTypePropertyPage.name=Launch Configuration Type
LaunchConfigurationTypesPreferencePage.name=Launch Configuration Types

Back to the top