2004-06-25 14:49:43 +00:00
|
|
|
###############################################################################
|
2011-01-17 10:40:39 +00:00
|
|
|
# Copyright (c) 2000, 2011 QNX Software Systems and others.
|
2005-06-23 16:01:26 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
2004-06-25 14:49:43 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2005-06-23 16:01:26 +00:00
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
2004-06-25 14:49:43 +00:00
|
|
|
# Contributors:
|
|
|
|
# QNX Software Systems - Initial API and implementation
|
2009-05-26 14:48:10 +00:00
|
|
|
# IBM Corporation
|
2011-01-17 18:17:43 +00:00
|
|
|
# Patrick Chuong (Texas Instruments) - Pin and Clone Supports (Bug 331781)
|
2004-06-25 14:49:43 +00:00
|
|
|
###############################################################################
|
2002-08-06 19:00:46 +00:00
|
|
|
|
2002-09-26 02:16:53 +00:00
|
|
|
pluginName=C/C++ Development Tools Debugger UI
|
2009-05-26 14:48:10 +00:00
|
|
|
providerName=Eclipse CDT
|
2002-08-06 19:00:46 +00:00
|
|
|
|
|
|
|
MemoryView.name=Memory
|
2003-01-31 22:38:15 +00:00
|
|
|
SignalsView.name=Signals
|
2008-03-24 21:21:02 +00:00
|
|
|
ExecutablesView.name=Executables
|
2002-08-06 19:00:46 +00:00
|
|
|
|
2002-08-23 22:25:36 +00:00
|
|
|
CDebuggerPage.name=C Debugger UI Page
|
2002-11-29 21:09:21 +00:00
|
|
|
MemoryPreferencePage.name=Memory View
|
2002-10-03 22:51:52 +00:00
|
|
|
CDebugPreferencePage.name=Debug
|
2010-12-10 22:39:43 +00:00
|
|
|
SourcePreferencePage.name=Source Lookup Path
|
2006-03-06 18:46:09 +00:00
|
|
|
DebuggerTypesPreferencePage.name=Debugger Types
|
2007-03-28 23:29:04 +00:00
|
|
|
BreakpointActionPage.name=Breakpoint Action UI Page
|
2002-08-23 22:25:36 +00:00
|
|
|
|
2002-09-05 21:54:51 +00:00
|
|
|
RunMenu.label=&Run
|
2002-09-05 14:31:26 +00:00
|
|
|
DebugActionSet.label=C/C++ Debug
|
|
|
|
|
2004-05-13 18:56:46 +00:00
|
|
|
ToggleInstructionStepModeAction.label=Instruction Stepping Mode
|
|
|
|
ToggleInstructionStepModeAction.tooltip=Instruction Stepping Mode
|
|
|
|
|
2002-10-23 19:01:55 +00:00
|
|
|
ShowDebuggerConsoleAction.label=Show Debugger Console
|
|
|
|
ShowDebuggerConsoleAction.tooltip=Show Debugger Console On Target Selection
|
|
|
|
|
2004-04-13 01:56:19 +00:00
|
|
|
AddBreakpoint.label=Toggle &Breakpoint
|
|
|
|
EnableBreakpoint.label=&Toggle Breakpoint Enabled
|
2002-09-03 22:55:20 +00:00
|
|
|
BreakpointProperties.label=Breakpoint P&roperties...
|
2010-03-05 18:45:11 +00:00
|
|
|
BreakpointPropertiesCommand.name=C/C++ Breakpoint Properties
|
|
|
|
BreakpointPropertiesCommand.description=View and edit properties for a given C/C++ breakpoint
|
2004-06-14 20:46:18 +00:00
|
|
|
ManageFunctionBreakpointAction.label=Toggle Breakpoint
|
|
|
|
ManageFunctionBreakpointAction.tooltip=Toggle Function/Method Breakpoint
|
2004-06-15 22:09:22 +00:00
|
|
|
ToggleWatchpointAction.label=Toggle Watchpoint
|
|
|
|
ToggleWatchpointAction.tooltip=Toggle Variable Watchpoint
|
2002-09-04 20:50:20 +00:00
|
|
|
BreakpointPropertiesAction.label=P&roperties...
|
2005-01-20 21:32:51 +00:00
|
|
|
AddExpressionAction.label=Add Watch Expression...
|
2003-04-02 22:01:21 +00:00
|
|
|
RunToLineAction.label=Run To &Line
|
2008-07-07 18:44:06 +00:00
|
|
|
ResumeAtLineAction.label=Resume At Li&ne
|
|
|
|
MoveToLineAction.label=&Move To Line
|
|
|
|
GlobalResumeAtLineAction.label=Resume At Li&ne (C/C++)
|
|
|
|
GlobalMoveToLineAction.label=Move to Line (C/C++)
|
2004-04-01 20:16:55 +00:00
|
|
|
ShowFullPathsAction.label=Show Full &Paths
|
2002-10-04 20:23:28 +00:00
|
|
|
ShowFullPathsAction.tooltip=Show Full Paths
|
2006-04-17 18:47:02 +00:00
|
|
|
AddWatchpoint.label=Add Watchpoint (C/C++)...
|
|
|
|
AddWatchpoint.tooltip=Add Watchpoint (C/C++)
|
2008-04-25 21:23:39 +00:00
|
|
|
AddEventBreakpoint.label=Add Event Breakpoint (C/C++)...
|
|
|
|
AddEventBreakpoint.tooltip=Add Event Breakpoint (C/C++)
|
2002-10-03 21:12:19 +00:00
|
|
|
|
2002-11-05 20:26:57 +00:00
|
|
|
AddGlobalsAction.label=Add Global Variables...
|
|
|
|
AddGlobalsAction.tooltip=Add Global Variables
|
2004-05-27 21:53:39 +00:00
|
|
|
RemoveGlobalsAction.label=Remove Global Variables
|
|
|
|
RemoveGlobalsAction.tooltip=Remove Selected Global Variables
|
|
|
|
RemoveAllGlobalsAction.label=Remove All Global Variables
|
|
|
|
RemoveAllGlobalsAction.tooltip=Remove All Global Variables
|
2002-11-05 20:26:57 +00:00
|
|
|
|
2002-12-17 02:46:01 +00:00
|
|
|
CVariableFormatMenu.label=Format
|
|
|
|
HexVariableFormatAction.label=Hexadecimal
|
|
|
|
DecVariableFormatAction.label=Decimal
|
|
|
|
NaturalVariableFormatAction.label=Natural
|
2006-08-16 08:45:36 +00:00
|
|
|
BinaryVariableFormatAction.label=Binary
|
2002-12-17 02:46:01 +00:00
|
|
|
|
2002-10-03 21:12:19 +00:00
|
|
|
CDebugActionGroup.name=C/C++ Debug
|
2002-12-19 02:13:39 +00:00
|
|
|
|
2003-01-17 19:31:40 +00:00
|
|
|
LoadSymbolsAction.label=Load Symbols
|
2005-02-15 21:44:45 +00:00
|
|
|
LoadSymbolsAction.tooltip=Load Modules's Symbols
|
2004-06-11 21:49:09 +00:00
|
|
|
LoadSymbolsForAllAction.label=Load Symbols For All
|
2005-02-15 21:44:45 +00:00
|
|
|
LoadSymbolsForAllAction.tooltip=Load Symbols For All Modules
|
2004-03-19 18:45:21 +00:00
|
|
|
|
2003-02-14 18:50:51 +00:00
|
|
|
SignalAction.label=Resume With Signal
|
2004-03-19 18:45:21 +00:00
|
|
|
SignalAction.tooltip=Resume With Signal
|
2004-04-02 00:13:03 +00:00
|
|
|
SignalPropertiesAction.label=Signal Properties...
|
|
|
|
SignalPropertiesAction.tooltip=Open Signal Properties Dialog
|
2003-01-31 22:38:15 +00:00
|
|
|
|
2003-03-09 22:51:22 +00:00
|
|
|
CastToTypeAction.label=Cast To Type...
|
2008-07-30 08:37:09 +00:00
|
|
|
CastToTypeAction.tooltip=Cast Variable To Type
|
2003-08-19 17:37:36 +00:00
|
|
|
RestoreDefaultTypeAction.label=Restore Original Type
|
|
|
|
RestoreDefaultTypeAction.tooltip=Restore Original Type Of Variable
|
2003-03-10 23:07:45 +00:00
|
|
|
CastToArrayAction.label=Display As Array...
|
|
|
|
CastToArrayAction.tooltip=Display Variable As Array
|
2003-06-20 21:23:23 +00:00
|
|
|
|
|
|
|
EnableVariablesAction.label=Enable
|
|
|
|
EnableVariablesAction.tooltip=Enable Selected Variables
|
|
|
|
|
|
|
|
DisableVariablesAction.label=Disable
|
|
|
|
DisableVariablesAction.tooltip=Disable Selected Variables
|
2003-10-27 20:18:25 +00:00
|
|
|
|
|
|
|
DefaultSourceLocator.name=Default C/C++ Source Locator
|
2003-10-27 21:48:48 +00:00
|
|
|
OldDefaultSourceLocator.name=Default C/C++ Source Locator (old)
|
2004-04-15 22:53:48 +00:00
|
|
|
|
2006-05-19 20:56:19 +00:00
|
|
|
BreakpointMarkerPreference.label=Breakpoints
|
|
|
|
|
2004-05-11 20:32:10 +00:00
|
|
|
DebugPresentation.label=C/C++ Debug Appearance
|
2004-06-09 19:11:54 +00:00
|
|
|
|
2008-04-04 16:39:42 +00:00
|
|
|
# new disassembly
|
|
|
|
DisassemblyCategory.name = Disassembly
|
|
|
|
DisassemblyCategory.description = Category for disassembly commands
|
|
|
|
OpenDisassembly.name = Open Disassembly
|
|
|
|
OpenDisassembly.description = Open disassembly window
|
|
|
|
OpenDisassembly.label = Open Disassembly
|
|
|
|
OpenDisassembly.tooltip = Open disassembly window
|
|
|
|
DisassemblyEditor.name = Disassembly
|
|
|
|
DisassemblyRendering.name = Disassembly
|
2008-04-07 17:31:51 +00:00
|
|
|
|
2008-04-16 17:10:57 +00:00
|
|
|
DisassemblyPreferencePage.name = Disassembly
|
2008-04-04 16:39:42 +00:00
|
|
|
# new disassembly (end)
|
|
|
|
|
2004-07-15 23:04:07 +00:00
|
|
|
DebugTextHover.label=Debugger
|
2004-08-10 17:52:30 +00:00
|
|
|
DebugTextHover.description=Shows the value of the expression selected in the debug perspective.
|
|
|
|
|
|
|
|
DebuggingCContext.name=Debugging C/C++
|
|
|
|
DebuggingCContext.description=Debugging C/C++ Programs
|
2004-08-24 20:06:04 +00:00
|
|
|
|
2004-08-25 20:30:17 +00:00
|
|
|
CommonBreakpointPage.label=Common
|
|
|
|
FilteringBreakpointPage.label=Filtering
|
2004-10-15 19:33:26 +00:00
|
|
|
CommonSignalPage.label=Common
|
2005-02-12 00:09:10 +00:00
|
|
|
CommonModulePage.label=Common
|
2005-02-07 22:50:10 +00:00
|
|
|
|
2005-02-07 23:59:27 +00:00
|
|
|
ModulesDetailPaneFontDefinition.label=Modules View Detail Pane Text Font
|
|
|
|
ModulesDetailPaneFontDefinition.description=The text font used in the detail pane of the Modules view.
|
|
|
|
|
2005-02-15 04:01:19 +00:00
|
|
|
ModulePropertiesAction.label=Properties...
|
2005-02-12 00:09:10 +00:00
|
|
|
ModulePropertiesAction.tooltip=Open Module Properties Dialog
|
2005-05-20 21:25:59 +00:00
|
|
|
|
|
|
|
AddRegisterGroupAction.label=Add Register Group
|
|
|
|
AddRegisterGroupAction.tooltip=Add Register Group
|
|
|
|
RemoveRegisterGroupAction.label=Remove Register Group
|
|
|
|
RemoveRegisterGroupAction.tooltip=Remove Register Group
|
2005-06-07 20:58:59 +00:00
|
|
|
EditRegisterGroupAction.label=Edit Register Group
|
|
|
|
EditRegisterGroupAction.tooltip=Edit Register Group
|
2005-06-09 20:21:16 +00:00
|
|
|
RestoredefaultRegisterGroupsAction.label=Restore Default Register Groups
|
|
|
|
RestoredefaultRegisterGroupsAction.tooltip=Restore Default Register Groups
|
2006-04-28 15:16:43 +00:00
|
|
|
|
|
|
|
# Import Executable
|
|
|
|
importExecutableWizard.name=C/C++ Executable
|
|
|
|
importExecutableWizard.description=Imports a C/C++ executable file. Will create a project and launch configuration for debugging.
|
2007-03-28 23:29:04 +00:00
|
|
|
|
|
|
|
BreakpointActionsPage.label=Actions
|
|
|
|
BreakpointActionsPrefPage.label=Breakpoint Actions
|
|
|
|
SoundAction.name=Sound Action
|
|
|
|
LogAction.name=Log Action
|
|
|
|
ResumeAction.name=Resume Action
|
2007-06-14 18:51:35 +00:00
|
|
|
ExternalToolAction.name=External Tool Action
|
2008-04-28 21:57:25 +00:00
|
|
|
|
|
|
|
# Breakpoint Types
|
|
|
|
breapointType.label=Type
|
|
|
|
breapointType.regular.label=Regular
|
|
|
|
breapointType.hardware.label=Hardware
|
|
|
|
breapointType.temporay.label=Temporary
|
|
|
|
breapointType.hardwaretemporaty.label=Hardware Temporary
|
2009-02-27 22:38:54 +00:00
|
|
|
|
|
|
|
CApplicationShortcut.label=Local C/C++ Application
|
|
|
|
ContextualRunCApplication.description=Runs a local C/C++ application
|
|
|
|
ContextualDebugCApplication.description=Debugs a local C/C++ application
|
|
|
|
|
2010-03-11 19:19:38 +00:00
|
|
|
#Run Control commands
|
|
|
|
RunControlCategory.name=Run Control Commands
|
|
|
|
RunControlCategory.description=Set of commands for Run Control
|
|
|
|
ResumeWithoutSignal.name=Resume Without Signal
|
|
|
|
ResumeWithoutSignal.description=Resume Without Signal
|
|
|
|
ResumeWithoutSignal.label=Resume Without Signal
|
|
|
|
ResumeWithoutSignal.tooltip=Resume Ignoring Signal
|
|
|
|
|
2010-04-14 13:02:19 +00:00
|
|
|
# View memory command
|
|
|
|
command.viewMemory.description=View variable in memory view
|
|
|
|
command.viewMemory.name=View Memory
|
|
|
|
|
2009-12-16 20:32:47 +00:00
|
|
|
# Reverse debugging
|
|
|
|
ReverseActionSet.label = Reverse Debugging
|
|
|
|
ReverseDebuggingCategory.name = Reverse Debugging Commands
|
|
|
|
ReverseDebuggingCategory.description = Set of commands for Reverse Debugging
|
|
|
|
ReverseToggle.name = Reverse Toggle
|
|
|
|
ReverseToggle.description = Toggle Reverse Debugging
|
|
|
|
ReverseToggle.label = Toggle Reverse Debugging
|
|
|
|
ReverseResume.name = Reverse Resume
|
|
|
|
ReverseResume.description = Perform Reverse Resume
|
|
|
|
ReverseResume.label = Reverse Resume
|
2011-01-17 10:40:39 +00:00
|
|
|
ReverseStepInto.name = Reverse Step Into
|
|
|
|
ReverseStepInto.description = Perform Reverse Step Into
|
|
|
|
ReverseStepInto.label = Reverse Step Into
|
|
|
|
ReverseStepOver.name = Reverse Step Over
|
|
|
|
ReverseStepOver.description = Perform Reverse Step Over
|
|
|
|
ReverseStepOver.label = Reverse Step Over
|
2009-12-16 20:32:47 +00:00
|
|
|
Uncall.name = Uncall
|
|
|
|
Uncall.description = Perform Uncall
|
2009-12-18 18:59:44 +00:00
|
|
|
Uncall.label = Uncall
|
|
|
|
|
|
|
|
# Menu for selecting breakpoint toggle type
|
|
|
|
BreakpointTypes.label=B&reakpoint Types
|
|
|
|
|
|
|
|
# Tracepoints
|
2010-01-27 19:05:47 +00:00
|
|
|
TracepointActionSet.label=C/C++ Tracepoints
|
|
|
|
TracingCategory.description=Category for Tracing Commands
|
|
|
|
TracingCategory.name=Tracing Commands
|
|
|
|
StartTracing.description=Start Tracing Experiment
|
|
|
|
StartTracing.name=Start Tracing
|
|
|
|
StopTracing.description=Stop Tracing Experiment
|
|
|
|
StopTracing.name=Stop Tracing
|
|
|
|
SaveTraceData.description=Save Trace Data to File
|
|
|
|
SaveTraceData.name=Save Trace Data
|
2010-02-01 16:23:38 +00:00
|
|
|
|
|
|
|
sourceNotFoundEditor.name = C/C++ Source Not Found Editor
|
2010-04-12 13:36:01 +00:00
|
|
|
CastingCategory.description = Set of commands for displaying variables and expressions as other types or arrays.
|
|
|
|
CastingCategory.name = Cast to Type or Array
|
2011-01-17 18:17:43 +00:00
|
|
|
|
|
|
|
# Pin & Clone
|
|
|
|
PinView.name = Pin to Debug Context
|
|
|
|
OpenNewView.name = Open New View
|