src/jdk.jdi/share/classes/com/sun/tools/jdi/resources/jdi.properties
author ljiang
Thu, 25 Jul 2019 15:29:50 +0800
changeset 57577 a0c5401371c9
parent 47216 71c04702a3d5
permissions -rw-r--r--
8228397: Missing license copyright header in some properties files Reviewed-by: iris, mchung, naoto

#
# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#

true = true
false = false
version_format = Java Debug Interface (Reference Implementation) version {0}.{1} \n{2}
raw.command = Raw command to start the debugged application VM
raw.command.label = Command
raw.address = Address from which to listen for a connection after the raw command is run
raw.address.label = Address
raw.quote = Character used to combine space-delimited text into a single command line argument
raw.quote.label = Quote
raw.description = Launches target using user-specified command line and attaches to it
sun.home = Home directory of the SDK or runtime environment used to launch the application
sun.home.label = Home 
sun.options = Launched VM options
sun.options.label = Options
sun.main = Main class and arguments, or if -jar is an option, the main jar file and arguments
sun.main.label = Main
sun.init_suspend = All threads will be suspended before execution of main
sun.init_suspend.label = Suspend
sun.quote = Character used to combine space-delimited text into a single command line argument
sun.quote.label = Quote
sun.vm_exec = Name of the Java VM launcher
sun.vm_exec.label = Launcher
sun.description = Launches target using Sun Java VM command line and attaches to it
generic_attaching.address = Address to which to attach for VM connections
generic_attaching.address.label = Address
generic_attaching.timeout = Timeout while waiting to attach 
generic_attaching.timeout.label = Timeout
generic_listening.address = Address to listen for VM connections
generic_listening.address.label = Address
generic_listening.timeout = Timeout while waiting for connection
generic_listening.timeout.label = Timeout
socket_transportservice.description = Connects debugger and debugee using a TCP connection
memory_transportservice.description = Connects debugger and debugee using a shared memory connection
socket_attaching.host = Machine name to which to attach for VM connections
socket_attaching.host.label = Host
socket_attaching.port = Port number to which to attach for VM connections
socket_attaching.port.label = Port
socket_attaching.description = Attaches by socket to other VMs
socket_listening.localaddr = Local address that the listener binds to
socket_listening.localaddr.label = Local address
socket_listening.port = Port number at which to listen for VM connections
socket_listening.port.label = Port
socket_listening.description = Accepts socket connections initiated by other VMs
memory_attaching.name = Name of the shared memory area to which to attach for VM connections
memory_attaching.name.label = Name
memory_attaching.description = Attaches by shared memory to other VMs
memory_listening.name = Name of the shared memory area at which to listen for VM connection
memory_listening.name.label = Name
memory_listening.description = Accepts shared memory connections initiated by other VMs
process_attaching.description = Attaches to debuggee by process-id (pid)
process_attaching.pid = pid
process_attaching.pid.label = Process-id (pid) of debuggee