Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2ba828f872870289ed8571c30e8c97ca7e79461f (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
#########################################
# (c) Copyright IBM Corp. 2000, 2001.
# All Rights Reserved.
#########################################
Breakpoint.no_associated_marker=Breakpoint does not have an associated marker.

BreakpointManager.Missing_breakpoint_definition=Missing breakpoint definition for marker type {0}
BreakpointManager.Missing_model_identifier=Breakpoint missing debug model identifier
InputStreamMonitor.label=Input Stream Monitor
OutputStreamMonitor.label=Output Stream Monitor
ProcessMonitor.label=Process Monitor
RuntimeProcess.terminate_failed=Terminate failed
Launch.terminate_failed=Terminate failed
LaunchConfiguration.Failed_to_delete_launch_configuration._1=Failed to delete launch configuration.
LaunchConfigurationInfo.Invalid_launch_configuration_XML._10=Invalid launch configuration XML.
LaunchConfigurationInfo.Attribute_{0}_is_not_of_type_boolean._3=Attribute {0} is not of type boolean.
LaunchConfigurationInfo.Attribute_{0}_is_not_of_type_int._2=Attribute {0} is not of type int.
LaunchConfigurationInfo.Attribute_{0}_is_not_of_type_java.lang.String._1=Attribute {0} is not of type java.lang.String.
LaunchConfigurationWorkingCopy.{0}_occurred_generating_launch_configuration_XML._1={0} occurred generating launch configuration XML.
Invalid_launch_configuration_index._18=Invalid launch configuration index.
LaunchManager.{0}_occurred_while_reading_launch_configuration_index._11={0} occurred while reading launch configuration index.
LaunchManager.{0}_occurred_generating_launch_configuration_index._7={0} occurred generating launch configuration index.
LaunchManager.Launch_configuration_does_not_exist._6=Launch configuration does not exist.
LaunchManager.{0}_occurred_while_reading_launch_configuration_file._1={0} occurred while reading launch configuration file.
DebugEvent.illegal_kind=kind is not one of the allowed constants, see IDebugEventConstants
DebugEvent.illegal_detail=detail is not one of the allowed constants, see IDebugEventConstants

Back to the top