mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-17 05:55:22 +02:00

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.
31 lines
1.1 KiB
Properties
31 lines
1.1 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2005, 2020 QNX Software Systems 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:
|
|
# QNX Software Systems Ltd. - Initial implementation
|
|
# IBM Corporation
|
|
###############################################################################
|
|
pluginName=C/C++ Development Tools Launching Support
|
|
providerName=Eclipse CDT
|
|
|
|
LocalCDTLaunch.name=Run Process
|
|
LocalCDTLaunch.description=Execute the specified process
|
|
|
|
MainLaunchTab.name=Main
|
|
BuildSettingsLaunchTab.name=Build Settings
|
|
ArgumentsLaunchTab.name=Arguments
|
|
EnvironmentLaunchTab.name=Environment
|
|
SourceLookupLaunchTab.name=Source
|
|
CommonLaunchTab.name=Common
|
|
RefreshLaunchTab.name=Refresh
|
|
|
|
resourceRenameParticipant.name=C/C++ Launch Configuration Rename Participant
|
|
|
|
launchConfigAffinity.name = CDT Launch Config Affinity
|