1#
2# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
21# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
24#
25
26true = true
27false = false
28version_format = Java Debug Interface (Reference Implementation) version {0}.{1} \n{2}
29raw.command = Raw command to start the debugged application VM
30raw.command.label = Command
31raw.address = Address from which to listen for a connection after the raw command is run
32raw.address.label = Address
33raw.quote = Character used to combine space-delimited text into a single command line argument
34raw.quote.label = Quote
35raw.description = Launches target using user-specified command line and attaches to it
36sun.home = Home directory of the SDK or runtime environment used to launch the application
37sun.home.label = Home
38sun.options = Launched VM options
39sun.options.label = Options
40sun.main = Main class and arguments, or if -jar is an option, the main jar file and arguments
41sun.main.label = Main
42sun.init_suspend = All threads will be suspended before execution of main
43sun.init_suspend.label = Suspend
44sun.quote = Character used to combine space-delimited text into a single command line argument
45sun.quote.label = Quote
46sun.vm_exec = Name of the Java VM launcher
47sun.vm_exec.label = Launcher
48sun.description = Launches target using Sun Java VM command line and attaches to it
49generic_attaching.address = Address to which to attach for VM connections
50generic_attaching.address.label = Address
51generic_attaching.timeout = Timeout while waiting to attach
52generic_attaching.timeout.label = Timeout
53generic_listening.address = Address to listen for VM connections
54generic_listening.address.label = Address
55generic_listening.timeout = Timeout while waiting for connection
56generic_listening.timeout.label = Timeout
57socket_transportservice.description = Connects debugger and debugee using a TCP connection
58memory_transportservice.description = Connects debugger and debugee using a shared memory connection
59socket_attaching.host = Machine name to which to attach for VM connections
60socket_attaching.host.label = Host
61socket_attaching.port = Port number to which to attach for VM connections
62socket_attaching.port.label = Port
63socket_attaching.description = Attaches by socket to other VMs
64socket_listening.localaddr = Local address that the listener binds to
65socket_listening.localaddr.label = Local address
66socket_listening.port = Port number at which to listen for VM connections
67socket_listening.port.label = Port
68socket_listening.description = Accepts socket connections initiated by other VMs
69memory_attaching.name = Name of the shared memory area to which to attach for VM connections
70memory_attaching.name.label = Name
71memory_attaching.description = Attaches by shared memory to other VMs
72memory_listening.name = Name of the shared memory area at which to listen for VM connection
73memory_listening.name.label = Name
74memory_listening.description = Accepts shared memory connections initiated by other VMs
75process_attaching.description = Attaches to debuggee by process-id (pid)
76process_attaching.pid = pid
77process_attaching.pid.label = Process-id (pid) of debuggee
78