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