1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties
ewaterlander f259d60aa3
Debugger and Source tabs for the Core Build launch configuration. (#950)
The launch configuration for local Core Build projects got the
Debugger and Source tabs in debug mode. Now the user can set the stop
at startup, a specific debugger, and all other Debug options as we
know from Managed Build projects.

The GdbLaunch class automatically picks up all the debug settings from
these new tabs. No additional code was needed for that.

The composition of Core Build tab groups is now fully done via the
launchConfigurationTabGroups extension-point.

This change relates to #758. It affects all Core Build projects,
including CMake projects.
2024-12-10 12:08:08 -05:00

72 lines
No EOL
2.6 KiB
Properties

###############################################################################
# Copyright (c) 2008, 2016 Ericsson and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Ericsson - initial API and implementation
# IBM Corporation
# Jens Elmenthaler (Verigy) - Added Full GDB pretty-printing support (bug 302121)
# Vladimir Prus (Mentor Graphics) - OS Resources view (bug 360314)
# Marc Khouzam (Ericsson) - Support for dynamic printf (bug 400628)
# Intel Corporation - Added Reverse Debugging BTrace support
###############################################################################
pluginName=GDB DSF Debugger Integration UI
providerName=Eclipse CDT
gdbPreferencePage.name = GDB
reverseDebugPreferences.name = Reverse Debugging
launchTab.main.name=Main
launchTab.arguments.name=Arguments
launchTab.debugger.name=Debugger
launchTab.sourceLookup.name=Source
launchTab.common.name=Common
launchTab.environment.name=Environment
launchTab.buildsettings.name=Build Settings
breakpoints.property.filter=Filter
tracepoints.property.common=Common
tracepoints.property.actions=Actions
tracepoints.action.page.label=Actions
tracepointActionsPrefPage.name=Tracepoint Actions\u0020
dynamicPrintf.property.common=Common
action.addDynamicPrintf.label=Add Dynamic-Printf...
debugSourcesRefresh.name=Refresh
# Tracepoints
view.traceControl.name=Trace Control
toolbar.startTracing.name=Start Tracing
toolbar.stopTracing.name=Stop Tracing
toolbar.saveTracing.name=Save Trace Data
toolbar.nextTraceRecord.label=Next Trace Record
toolbar.prevTraceRecord.label=Previous Trace Record
command.nextTraceRecord.name=Next Trace Record
command.prevTraceRecord.name=Previous Trace Record
command.nextTraceRecord.description=Select Next Trace Record
command.prevTraceRecord.description=Select Previous Trace Record
category.description = C/C++ debugging with the DSF GDB debugger
category.name = CDT DSF-GDB - GDB Debugging
activity.description = C/C++ debugging with the DSF GDB debugger
activity.name = CDT DSF-GDB - GDB Debugging
# Pretty Printing
action.fetchMoreChildren.label=Fetch More Children
# OS view
view.osresources.name=OS Resources
view.debugsources.name=Debug Sources
command.connect.description = Connect to selected processes
command.connect.name = Connect
command.connect.label = Connect
command.connect.tooltip = Connect to process
# GDB CLI Console
console.preferences.name = Console