mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
26 lines
No EOL
998 B
Properties
26 lines
No EOL
998 B
Properties
###############################################################################
|
|
# Copyright (c) 2009 IBM Corporation 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:
|
|
# IBM Corporation - initial API and implementation
|
|
# Patrick Chuong (Texas Instruments) - Pin and Clone Supports (331781)
|
|
###############################################################################
|
|
#Properties file for org.eclipse.cdt.debug.ui.memory.memorybrowser
|
|
providerName = Eclipse CDT
|
|
pluginName = Memory Browser
|
|
view.name.0 = Memory Browser
|
|
view.clearExpressionList = Clear Expressions
|
|
# Pin & Clone
|
|
PinView.name = Pin to Debug Context
|
|
OpenNewView.name = Open New View
|
|
|
|
# watch points
|
|
AddWatchpoint.label=Add Watchpoint (C/C++)...
|
|
AddWatchpoint.tooltip=Add Watchpoint (C/C++) |