2004-06-25 14:49:43 +00:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2000, 2004 QNX Software Systems and others.
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Common Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/cpl-v10.html
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# QNX Software Systems - Initial API and implementation
|
|
|
|
###############################################################################
|
2002-08-06 19:00:46 +00:00
|
|
|
|
2002-09-26 02:16:53 +00:00
|
|
|
pluginName=C/C++ Development Tools Debugger UI
|
2002-08-26 16:52:29 +00:00
|
|
|
providerName=Eclipse.org
|
2002-08-06 19:00:46 +00:00
|
|
|
|
|
|
|
MemoryView.name=Memory
|
2003-01-17 00:15:12 +00:00
|
|
|
SharedLibrariesView.name=Shared Libraries
|
2005-02-07 22:50:10 +00:00
|
|
|
ModulesView.name=Modules
|
2003-01-31 22:38:15 +00:00
|
|
|
SignalsView.name=Signals
|
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
|
2003-02-07 23:38:25 +00:00
|
|
|
SharedLibrariesPreferencePage.name=Shared Libraries View
|
2003-10-28 15:59:52 +00:00
|
|
|
SourcePreferencePage.name=Source Code Locations
|
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
|
|
|
|
|
2002-08-23 22:25:36 +00:00
|
|
|
RestartAction.label=Restart
|
|
|
|
RestartAction.tooltip=Restart
|
2002-08-26 23:13:18 +00:00
|
|
|
|
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...
|
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
|
|
|
|
JumpToLineAction.label=Resume At Li&ne
|
|
|
|
GlobalJumpToLineAction.label=Resume At Li&ne (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
|
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
|
|
|
|
|
2002-10-03 21:12:19 +00:00
|
|
|
CDebugActionGroup.name=C/C++ Debug
|
2002-12-19 02:13:39 +00:00
|
|
|
|
|
|
|
SourcePropertyPage.name=Source Lookup
|
2003-01-10 19:36:42 +00:00
|
|
|
|
|
|
|
DisassemblyEditor.name=Disassembly Editor
|
2003-02-21 23:42:58 +00:00
|
|
|
AttachSourceEditor.name= Attach Source Editor
|
2003-03-06 00:13:36 +00:00
|
|
|
CDebugEditor.name= C/C++ Debug Editor
|
2003-01-17 19:31:40 +00:00
|
|
|
|
|
|
|
LoadSymbolsAction.label=Load Symbols
|
2004-03-19 18:45:21 +00:00
|
|
|
LoadSymbolsAction.tooltip=Load Shared Library's Symbols
|
2004-06-11 21:49:09 +00:00
|
|
|
LoadSymbolsForAllAction.label=Load Symbols For All
|
|
|
|
LoadSymbolsForAllAction.tooltip=Load Symbols For All Shared Libraries
|
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
|
2003-02-04 23:47:54 +00:00
|
|
|
SignalZeroAction.label=Resume Without Signal
|
2004-03-19 18:45:21 +00:00
|
|
|
SignalZeroAction.tooltip=Resume Ignoring 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...
|
|
|
|
CastToTypeAction.tooltip=Cast Varibale 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
|
|
|
|
|
|
|
DisassemblyView.name=Disassembly
|
|
|
|
DisassemblyCurrentInstructionPointer=Disassembly Current Instruction Pointer
|
|
|
|
DisassemblySecondaryInstructionPointer=Disassembly Secondary Instruction Pointer
|
2004-05-11 20:32:10 +00:00
|
|
|
|
|
|
|
DebugPresentation.label=C/C++ Debug Appearance
|
2004-05-11 21:49:45 +00:00
|
|
|
DisassemblySourceLineColor.label=Disassembly Source Line text color
|
|
|
|
DisassemblySourceLineColor.description=The color used in the Disassembly view for source lines.
|
|
|
|
DisassemblyFontDefinition.label=Disassembly View text font
|
|
|
|
DisassemblyFontDefinition.description=The font used in the Disassembly view.
|
2004-06-09 19:11:54 +00:00
|
|
|
|
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-07 22:50:10 +00:00
|
|
|
|
|
|
|
CollapseAllModulesAction.label=Collapse All
|
|
|
|
CollapseAllModulesAction.tooltip=Collapse All
|