Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 0e589bff71ad035fb52893a751300307ffa3ecfc (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.org - DSDP

debugCurrentInstructionPointer = Debug Current Instruction Pointer
debugCallStack = Debug Call Stack

DebuggerActionSet.label = TCF Debugger

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

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