jdk/src/share/classes/com/sun/tools/jdi/resources/jdi.properties
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
true = true
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
false = false
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
version_format = Java Debug Interface (Reference Implementation) version {0}.{1} \n{2}
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
raw.command = Raw command to start the debugged application VM
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
raw.command.label = Command
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
raw.address = Address from which to listen for a connection after the raw command is run
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
raw.address.label = Address
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
raw.quote = Character used to combine space-delimited text into a single command line argument
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
raw.quote.label = Quote
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
raw.description = Launches target using user-specified command line and attaches to it
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
sun.home = Home directory of the SDK or runtime environment used to launch the application
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
sun.home.label = Home 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
sun.options = Launched VM options
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
sun.options.label = Options
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
sun.main = Main class and arguments, or if -jar is an option, the main jar file and arguments
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
sun.main.label = Main
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
sun.init_suspend = All threads will be suspended before execution of main
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
sun.init_suspend.label = Suspend
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
sun.quote = Character used to combine space-delimited text into a single command line argument
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
sun.quote.label = Quote
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
sun.vm_exec = Name of the Java VM launcher
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
sun.vm_exec.label = Launcher
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
sun.description = Launches target using Sun Java VM command line and attaches to it
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
generic_attaching.address = Address to which to attach for VM connections
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
generic_attaching.address.label = Address
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
generic_attaching.timeout = Timeout while waiting to attach 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
generic_attaching.timeout.label = Timeout
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
generic_listening.address = Address to listen for VM connections
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
generic_listening.address.label = Address
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
generic_listening.timeout = Timeout while waiting for connection
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
generic_listening.timeout.label = Timeout
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
socket_transportservice.description = Connects debugger and debugee using a TCP connection
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
memory_transportservice.description = Connects debugger and debugee using a shared memory connection
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
socket_attaching.host = Machine name to which to attach for VM connections
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
socket_attaching.host.label = Host
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
socket_attaching.port = Port number to which to attach for VM connections
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
socket_attaching.port.label = Port
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
socket_attaching.description = Attaches by socket to other VMs
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
socket_listening.localaddr = Local address that the listener binds to
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
socket_listening.localaddr.label = Local address
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
socket_listening.port = Port number at which to listen for VM connections
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
socket_listening.port.label = Port
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
socket_listening.description = Accepts socket connections initiated by other VMs
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
memory_attaching.name = Name of the shared memory area to which to attach for VM connections
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
memory_attaching.name.label = Name
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
memory_attaching.description = Attaches by shared memory to other VMs
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
memory_listening.name = Name of the shared memory area at which to listen for VM connection
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
memory_listening.name.label = Name
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
memory_listening.description = Accepts shared memory connections initiated by other VMs
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
process_attaching.description = Attaches to debuggee by process-id (pid)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
process_attaching.pid = pid
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
process_attaching.pid.label = Process-id (pid) of debuggee