Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cf89878f9ddcddd4fd46056f2aae5855217a2392 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
###############################################################################
# Copyright (c) 2003, 2014 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 - initial API and implementation
#     Freescale Semiconductor - Address watchpoints, https://bugs.eclipse.org/bugs/show_bug.cgi?id=118299
#     Marc Khouzam (Ericsson) - Support for dynamic printf (400628)
###############################################################################
CDebugCorePlugin.0=No such debugger
CDebugUtils.0=[line: {0}]
CDebugUtils.1=[address: {0}]
CDebugUtils.2=[function: {0}]
CDebugUtils.3=[ignore count: {0}]
CDebugUtils.4=[condition: {0}]
CDebugUtils.5=[expression: ''{0}'']
CDebugUtils.6=[memory space: {0}]
CDebugUtils.7=[units: {0}]
CDebugUtils.8=[type: {0}]
CDebugUtils.9=[module: {0}]
CDebugUtils.printfString=[{0}]
CDebugUtils.Regular=Regular
CDebugUtils.Hardware=Hardware
CDebugUtils.Temporary=Temporary
CDebugUtils.Software=Software
CDebugUtils.C_Project_not_specified=A project was not specified in the launch configuration.
CDebugUtils.Not_a_C_CPP_project=The project specified in the launch configuration is not a C/C++ one.
CDebugUtils.PROGRAM_PATH_not_found={0} not found
CDebugUtils.Program_file_does_not_exist=The program file specified in the launch configuration does not exist
CDebugUtils.Program_file_not_specified=A program file was not specified in the launch configuration.
CDebugUtils.Project_NAME_does_not_exist=Project {0} does not exist. Please check that your launch configuration specifies a valid project in your workspace.
CDebugUtils.Project_NAME_is_closed=Project {0} is closed
CDebugUtils.exception_occurred=An exception occurred. See log for details.
CDebugUtils.breakpoint_deleted=<deleted breakpoint>

CDIDebugModel.0=Unable to parser binary information from file

Back to the top