📄 ttyresources.java
字号:
/* * @(#)TTYResources.java 1.10 03/01/23 * * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */package com.sun.tools.example.debug.tty;/** * <p> This class represents the <code>ResourceBundle</code> * for the following package(s): * * <ol> * <li> com.sun.tools.example.debug.tty * </ol> * * @version @(#)TTYResources.java 1.10 03/01/23 */public class TTYResources extends java.util.ListResourceBundle { /** * */ private static final Object[][] contents = { // NOTE: The value strings in this file containing "{0}" are // processed by the java.text.MessageFormat class. Any // single quotes appearing in these strings need to be // doubled up. // // LOCALIZE THIS {"** classes list **", "** classes list **\n{0}"}, {"** fields list **", "** fields list **\n{0}"}, {"** methods list **", "** methods list **\n{0}"}, {"*** Reading commands from", "*** Reading commands from {0}"}, {"All threads resumed.", "All threads resumed."}, {"All threads suspended.", "All threads suspended."}, {"Argument is not defined for connector:", "Argument {0} is not defined for connector: {1}"}, {"Arguments match no method", "Arguments match no method"}, {"Array:", "Array: {0}"}, {"Array element is not a method", "Array element is not a method"}, {"Array index must be a integer type", "Array index must be a integer type"}, {"base directory:", "base directory: {0}"}, {"bootclasspath:", "bootclasspath: {0}"}, {"Breakpoint hit:", "Breakpoint hit: "}, {"breakpoint", "breakpoint {0}"}, {"Breakpoints set:", "Breakpoints set:"}, {"Breakpoints can be located only in classes.", "Breakpoints can be located only in classes. {0} is an interface or array."}, {"cannot redefine existing connection", "{0} cannot redefine existing connection"}, {"Cannot assign to a method invocation", "Cannot assign to a method invocation"}, {"Cannot specify command line with connector:", "Cannot specify command line with connector: {0}"}, {"Cannot specify target vm arguments with connector:", "Cannot specify target VM arguments with connector: {0}"}, {"Class containing field must be specified.", "Class containing field must be specified."}, {"Class:", "Class: {0}"}, {"Classic VM no longer supported.", "Classic VM no longer supported."}, {"classpath:", "classpath: {0}"}, {"colon mark", ":"}, {"colon space", ": "}, {"Command is not supported on the target VM", "Command ''{0}'' is not supported on the target VM"}, {"Command not valid until the VM is started with the run command", "Command ''{0}'' is not valid until the VM is started with the ''run'' command"}, {"Condition must be boolean", "Condition must be boolean"}, {"Constant is not a method", "Constant is not a method"}, {"Could not open:", "Could not open: {0}"}, {"Current method is native", "Current method is native"}, {"Current thread died. Execution continuing...", "Current thread {0} died. Execution continuing..."}, {"Current thread isnt suspended.", "Current thread isn't suspended."}, {"Current thread not set.", "Current thread not set."}, {"dbgtrace flag value must be an integer:", "dbgtrace flag value must be an integer: {0}"}, {"Deferring.", "Deferring {0}.\nIt will be set after the class is loaded."}, {"End of stack.", "End of stack."}, {"Error popping frame", "Error popping frame - {0}"}, {"Error reading file", "Error reading ''{0}'' - {1}"}, {"Error redefining class to file", "Error redefining {0} to {1} - {2}"}, {"exceptionSpec all", "all {0}"}, {"exceptionSpec caught", "caught {0}"}, {"exceptionSpec uncaught", "uncaught {0}"}, {"Exception in expression:", "Exception in expression: {0}"}, {"Exception occurred caught", "Exception occurred: {0} (to be caught at: {1})"}, {"Exception occurred uncaught", "Exception occurred: {0} (uncaught)"}, {"Exceptions caught:", "Break when these exceptions occur:"}, {"expr is null", "{0} = null"}, {"expr is value", "{0} = {1}"}, {"expr is value <collected>", " {0} = {1} <collected>"}, {"Expression cannot be void", "Expression cannot be void"}, {"Expression must evaluate to an object", "Expression must evaluate to an object"}, {"extends:", "extends: {0}"}, {"Failed reading output", "Failed reading output of child java interpreter."}, {"Fatal error", "Fatal error:"}, {"Field access encountered before after", "Field ({0}) is {1}, will be {2}: "}, {"Field access encountered", "Field ({0}) access encountered: "}, {"Field to unwatch not specified", "Field to unwatch not specified."}, {"Field to watch not specified", "Field to watch not specified."}, {"GC Disabled for", "GC Disabled for {0}:"}, {"GC Enabled for", "GC Enabled for {0}:"}, {"grouping begin character", "{"}, {"grouping end character", "}"}, {"Illegal Argument Exception", "Illegal Argument Exception"}, {"Illegal connector argument", "Illegal connector argument: {0}"}, {"implementor:", "implementor: {0}"}, {"implements:", "implements: {0}"}, {"Initializing progname", "Initializing {0} ..."}, {"Input stream closed.", "Input stream closed."}, {"Interface:", "Interface: {0}"}, {"Internal debugger error.", "Internal debugger error."}, {"Internal error: null ThreadInfo created", "Internal error: null ThreadInfo created"}, {"Internal error; unable to set", "Internal error; unable to set {0}"}, {"Internal exception during operation:", "Internal exception during operation:\n {0}"}, {"Internal exception:", "Internal exception:"}, {"Invalid argument type name", "Invalid argument type name"}, {"Invalid assignment syntax", "Invalid assignment syntax"}, {"Invalid command syntax", "Invalid command syntax"}, {"Invalid connect type", "Invalid connect type"}, {"Invalid consecutive invocations", "Invalid consecutive invocations"}, {"Invalid exception object", "Invalid exception object"}, {"Invalid method specification:", "Invalid method specification: {0}"}, {"Invalid option on class command", "Invalid option on class command"}, {"invalid option", "invalid option: {0}"}, {"Invalid thread status.", "Invalid thread status."}, {"Invalid transport name:", "Invalid transport name: {0}"}, {"I/O exception occurred:", "I/O Exception occurred: {0}"}, {"is an ambiguous method name in", "\"{0}\" is an ambiguous method name in \"{1}\""}, {"is an invalid line number for", "{0,number,integer} is an invalid line number for {1}"}, {"is not a valid class name", "\"{0}\" is not a valid class name."}, {"is not a valid field name", "\"{0}\" is not a valid field name."}, {"is not a valid id or class name", "\"{0}\" is not a valid id or class name."}, {"is not a valid line number or method name for", "\"{0}\" is not a valid line number or method name for class \"{1}\""}, {"is not a valid method name", "\"{0}\" is not a valid method name."}, {"is not a valid thread id", "\"{0}\" is not a valid thread id."}, {"is not a valid threadgroup name", "\"{0}\" is not a valid threadgroup name."}, {"jdb prompt with no current thread", "> "}, {"jdb prompt thread name and current stack frame", "{0}[{1,number,integer}] "}, {"killed", "{0} killed"}, {"killing thread:", "killing thread: {0}"}, {"Line number information not available for", "Source line numbers not available for this location."}, {"line number", ":{0,number,integer}"}, {"list field typename and name", "{0} {1}\n"}, {"list field typename and name inherited", "{0} {1} (inherited from {2})\n"}, {"list field typename and name hidden", "{0} {1} (hidden)\n"}, {"Listening at address:", "Listening at address: {0}"}, {"Local variable information not available.", "Local variable information not available. Compile with -g to generate variable information"}, {"Local variables:", "Local variables:"}, {"<location unavailable>", "<location unavailable>"}, {"location", "\"thread={0}\", {1}"}, {"locationString", "{0}.{1}(), line={2,number,integer} bci={3,number,integer}"}, {"Main class and arguments must be specified", "Main class and arguments must be specified"}, {"Method arguments:", "Method arguments:"}, {"Method entered:", "Method entered: {0}.{1} "}, {"Method exited:", "Method exited: {0}.{1} "}, {"Method is overloaded; specify arguments", "Method {0} is overloaded; specify arguments"}, {"minus version", "This is {0} version {1,date,long} {1,time,long}"}, {"Monitor information for thread", "Monitor information for thread {0}:"}, {"Monitor information for expr", "Monitor information for {0} ({1}):"}, {"More than one class named", "More than one class named: ''{0}''"}, {"native method", "native method"}, {"nested:", "nested: {0}"}, {"No attach address specified.", "No attach address specified."}, {"No breakpoints set.", "No breakpoints set."}, {"No class named", "No class named ''{0}''"}, {"No class specified.", "No class specified."}, {"No classpath specified.", "No classpath specified."}, {"No code at line", "No code at line {0,number,integer} in {1}"}, {"No connect specification.", "No connect specification."}, {"No connector named:", "No connector named: {0}"}, {"No current thread", "No current thread"}, {"No default thread specified:", "No default thread specified: use the \"thread\" command first."}, {"No exception object specified.", "No exception object specified."}, {"No exceptions caught.", "No exceptions caught."}, {"No expression specified.", "No expression specified."}, {"No field in", "No field {0} in {1}"}, {"No frames on the current call stack", "No frames on the current call stack"}, {"No linenumber information for", "No linenumber information for {0}. Try compiling with debugging on."}, {"No local variables", "No local variables"}, {"No method in", "No method {0} in {1}"}, {"No method specified.", "No method specified."}, {"No monitor numbered:", "No monitor numbered: {0}"}, {"No monitors owned", " No monitors owned"}, {"No object specified.", "No object specified."}, {"No objects specified.", "No objects specified."}, {"No save index specified.", "No save index specified."}, {"No saved values", "No saved values"}, {"No source information available for:", "No source information available for: {0}"}, {"No sourcedebugextension specified", "No SourceDebugExtension specified"}, {"No sourcepath specified.", "No sourcepath specified."}, {"No thread specified.", "No thread specified."}, {"No VM connected", "No VM connected"}, {"No waiters", " No waiters"}, {"not a class", "{0} is not a class"}, {"Not a monitor number:", "Not a monitor number: ''{0}''"}, {"not found (try the full name)", "{0} not found (try the full name)"}, {"Not found:", "Not found: {0}"}, {"not found", "{0} not found"}, {"Not owned", " Not owned"}, {"Not waiting for a monitor", " Not waiting for a monitor"}, {"Nothing suspended.", "Nothing suspended."}, {"object description and hex id", "({0}){1}"}, {"Operation is not supported on the target VM", "Operation is not supported on the target VM"}, {"operation not yet supported", "operation not yet supported"}, {"Owned by:", " Owned by: {0}, entry count: {1,number,integer}"}, {"Owned monitor:", " Owned monitor: {0}"}, {"Parse exception:", "Parse Exception: {0}"}, {"printbreakpointcommandusage", "Usage: {0} <class>:<line_number> or\n {1} <class>.<method_name>[(argument_type,...)]"}, {"Removed:", "Removed: {0}"}, {"Requested stack frame is no longer active:", "Requested stack frame is no longer active: {0,number,integer}"}, {"run <args> command is valid only with launched VMs", "'run <args>' command is valid only with launched VMs"}, {"run", "run {0}"}, {"saved", "{0} saved"}, {"Set deferred", "Set deferred {0}"},
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -