Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 693faaef43f97586ddce8b6c0a1c9d199802663b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                               
                                                               







                                                                               
                                                             
                          
 

                                          

                                                                  
                                    
 
                                      
 


                                              
                          
                                 
                              
                                               
                       
                                  
 





















                                                                       

                                 
###############################################################################
# Copyright (c) 2007, 2010 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#  
# Contributors:
#     Wind River Systems - initial implementation
###############################################################################
pluginName = TCF/Eclipse Debugger Integration UI (Incubation)
providerName = Eclipse CDT

preferencePage.name = Target Communication

debugCurrentInstructionPointer = Debug Current Instruction Pointer
debugCallStack = Debug Call Stack
debugBreakpointInstance = Breakpoint

DebuggerActionSet.label = TCF Debugger

commands.category.name = TCF Debugger
commands.category.desc = TCF Debugger Commands

Signals.label = Signals...
MemoryMap.label = Symbol Files...
ViewMemory.label = View Memory
WatchInExpressions.label = Watch In Expressions
Refresh.label = Refresh
UpdatePolicy.label = Update Policy

CastToType.label=Cast To Type...
CastToType.tooltip=Cast Expression To Type
RestoreDefaultType.label=Restore Original Type
RestoreDefaultType.tooltip=Restore Original Type Of Expression
CastToArray.label=Display As Array...
CastToArray.tooltip=Display Expression As Array

ReverseExecutionCategory.name=Reverse execution
ReverseExecutionCategory.description=Reverse execution control commands

BackInto.label=Back Into
BackInto.tooltip=Back Into
BackInto.description=Step back into
BackOver.label=Back Over
BackOver.tooltip=Back Over
BackOver.description=Step back over
BackReturn.label=Back Return
BackReturn.tooltip=Back Return
BackReturn.description=Run backwards until return
BackResume.label=Run Backwards
BackResume.tooltip=Run Backwards
BackResume.description=Run backwards

propertyPage.name = Debug Element

Back to the top