< prev index next >

src/jdk.jdi/share/classes/com/sun/tools/jdi/resources/jdi.properties

Print this page

28 version_format = Java Debug Interface (Reference Implementation) version {0}.{1} \n{2}
29 raw.command = Raw command to start the debugged application VM
30 raw.command.label = Command
31 raw.address = Address from which to listen for a connection after the raw command is run
32 raw.address.label = Address
33 raw.quote = Character used to combine space-delimited text into a single command line argument
34 raw.quote.label = Quote
35 raw.description = Launches target using user-specified command line and attaches to it
36 sun.home = Home directory of the SDK or runtime environment used to launch the application
37 sun.home.label = Home
38 sun.options = Launched VM options
39 sun.options.label = Options
40 sun.main = Main class and arguments, or if -jar is an option, the main jar file and arguments
41 sun.main.label = Main
42 sun.init_suspend = All threads will be suspended before execution of main
43 sun.init_suspend.label = Suspend
44 sun.quote = Character used to combine space-delimited text into a single command line argument
45 sun.quote.label = Quote
46 sun.vm_exec = Name of the Java VM launcher
47 sun.vm_exec.label = Launcher
48 sun.include_virtualthreads = List of all threads includes virtual threads as well as platform threads. Virtual threads are a preview feature of the Java platform.
49 sun.include_virtualthreads.label = Include Virtual Threads
50 sun.description = Launches target using Sun Java VM command line and attaches to it
51 generic_attaching.address = Address to which to attach for VM connections
52 generic_attaching.address.label = Address
53 generic_attaching.timeout = Timeout while waiting to attach
54 generic_attaching.timeout.label = Timeout
55 generic_listening.address = Address to listen for VM connections
56 generic_listening.address.label = Address
57 generic_listening.timeout = Timeout while waiting for connection
58 generic_listening.timeout.label = Timeout
59 socket_transportservice.description = Connects debugger and debuggee using a TCP connection
60 memory_transportservice.description = Connects debugger and debuggee using a shared memory connection
61 socket_attaching.host = Machine name to which to attach for VM connections
62 socket_attaching.host.label = Host
63 socket_attaching.port = Port number to which to attach for VM connections
64 socket_attaching.port.label = Port
65 socket_attaching.description = Attaches by socket to other VMs
66 socket_listening.localaddr = Local address that the listener binds to
67 socket_listening.localaddr.label = Local address
68 socket_listening.port = Port number at which to listen for VM connections

28 version_format = Java Debug Interface (Reference Implementation) version {0}.{1} \n{2}
29 raw.command = Raw command to start the debugged application VM
30 raw.command.label = Command
31 raw.address = Address from which to listen for a connection after the raw command is run
32 raw.address.label = Address
33 raw.quote = Character used to combine space-delimited text into a single command line argument
34 raw.quote.label = Quote
35 raw.description = Launches target using user-specified command line and attaches to it
36 sun.home = Home directory of the SDK or runtime environment used to launch the application
37 sun.home.label = Home
38 sun.options = Launched VM options
39 sun.options.label = Options
40 sun.main = Main class and arguments, or if -jar is an option, the main jar file and arguments
41 sun.main.label = Main
42 sun.init_suspend = All threads will be suspended before execution of main
43 sun.init_suspend.label = Suspend
44 sun.quote = Character used to combine space-delimited text into a single command line argument
45 sun.quote.label = Quote
46 sun.vm_exec = Name of the Java VM launcher
47 sun.vm_exec.label = Launcher
48 sun.include_virtualthreads = List of all threads includes virtual threads as well as platform threads.
49 sun.include_virtualthreads.label = Include Virtual Threads
50 sun.description = Launches target using Sun Java VM command line and attaches to it
51 generic_attaching.address = Address to which to attach for VM connections
52 generic_attaching.address.label = Address
53 generic_attaching.timeout = Timeout while waiting to attach
54 generic_attaching.timeout.label = Timeout
55 generic_listening.address = Address to listen for VM connections
56 generic_listening.address.label = Address
57 generic_listening.timeout = Timeout while waiting for connection
58 generic_listening.timeout.label = Timeout
59 socket_transportservice.description = Connects debugger and debuggee using a TCP connection
60 memory_transportservice.description = Connects debugger and debuggee using a shared memory connection
61 socket_attaching.host = Machine name to which to attach for VM connections
62 socket_attaching.host.label = Host
63 socket_attaching.port = Port number to which to attach for VM connections
64 socket_attaching.port.label = Port
65 socket_attaching.description = Attaches by socket to other VMs
66 socket_listening.localaddr = Local address that the listener binds to
67 socket_listening.localaddr.label = Local address
68 socket_listening.port = Port number at which to listen for VM connections
< prev index next >