⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ttyresources.java

📁 jpda例子文件
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
        {"Set", "Set {0}"},        {"Source file not found:", "Source file not found: {0}"},        {"source line number and line", "{0,number,integer}    {1}"},        {"source line number current line and line", "{0,number,integer} => {1}"},        {"sourcedebugextension", "SourceDebugExtension -- {0}"},        {"Specify class and method", "Specify class and method"},        {"Specify classes to redefine", "Specify classes to redefine"},        {"Specify file name for class", "Specify file name for class {0}"},        {"Specify kind for example methods", "Specify kind, for example 'methods'"},        {"stack frame dump with pc", "  [{0,number,integer}] {1}.{2} ({3}), pc = {4}"},        {"stack frame dump", "  [{0,number,integer}] {1}.{2} ({3})"},        {"Step completed:", "Step completed: "},        {"Stopping due to deferred breakpoint errors.", "Stopping due to deferred breakpoint errors.\n"},        {"subclass:", "subclass: {0}"},        {"subinterface:", "subinterface: {0}"},        {"tab", "\t{0}"},        {"Target VM failed to initialize.", "Target VM failed to initialize."},        {"The application exited", "The application exited"},        {"The application has been disconnected", "The application has been disconnected"},        {"The gc command is no longer necessary.", "The 'gc' command is no longer necessary.\nAll objects are garbage collected as usual. Use 'enablegc' and 'disablegc'\ncommands to control garbage collection of individual objects."},        {"The load command is no longer supported.", "The 'load' command is no longer supported."},        {"The memory command is no longer supported.", "The 'memory' command is no longer supported."},        {"The VM does not use paths", "The VM does not use paths"},        {"Thread is not running (no stack).", "Thread is not running (no stack)."},        {"Thread number not specified.", "Thread number not specified."},        {"Thread:", "{0}:"},        {"Thread Group:", "Group {0}:"},        {"Thread description name unknownStatus BP",  "  {0} {1} unknown (at breakpoint)"},        {"Thread description name unknownStatus",     "  {0} {1} unknown"},        {"Thread description name zombieStatus BP",   "  {0} {1} zombie (at breakpoint)"},        {"Thread description name zombieStatus",      "  {0} {1} zombie"},        {"Thread description name runningStatus BP",  "  {0} {1} running (at breakpoint)"},        {"Thread description name runningStatus",     "  {0} {1} running"},        {"Thread description name sleepingStatus BP", "  {0} {1} sleeping (at breakpoint)"},        {"Thread description name sleepingStatus",    "  {0} {1} sleeping"},        {"Thread description name waitingStatus BP",  "  {0} {1} waiting in a monitor (at breakpoint)"},        {"Thread description name waitingStatus",     "  {0} {1} waiting in a monitor"},        {"Thread description name condWaitstatus BP", "  {0} {1} cond. waiting (at breakpoint)"},        {"Thread description name condWaitstatus",    "  {0} {1} cond. waiting"},        {"Thread has been resumed", "Thread has been resumed"},        {"Thread not suspended", "Thread not suspended"},        {"thread group number description name", "{0,number,integer}. {1} {2}"},        {"Threadgroup name not specified.", "Threadgroup name not specified."},        {"Threads must be suspended", "Threads must be suspended"},        {"Unable to attach to target VM.", "Unable to attach to target VM."},        {"Unable to display process output:", "Unable to display process output: {0}"},        {"Unable to launch target VM.", "Unable to launch target VM."},        {"Unable to set deferred", "Unable to set deferred {0} : {1}"},        {"Unable to set main class and arguments", "Unable to set main class and arguments"},        {"Unable to set", "Unable to set {0} : {1}"},        {"Unexpected event type", "Unexpected event type"},        {"unknown", "unknown"},        {"Unmonitoring", "Unmonitoring {0} "},        {"Unrecognized command.  Try help...", "Unrecognized command. Try help..."},        {"Usage: catch exception", "Usage: catch [uncaught|caught|all] <class id>|<class pattern>"},        {"Usage: ignore exception", "Usage: ignore [uncaught|caught|all] <class id>|<class pattern>"},        {"Usage: down [n frames]", "Usage: down [n frames]"},        {"Usage: kill <thread id> <throwable>", "Usage: kill <thread id> <throwable>"},        {"Usage: read <command-filename>", "Usage: read <command-filename>"},        {"Usage: unmonitor <monitor#>", "Usage: unmonitor <monitor#>"},        {"Usage: up [n frames]", "Usage: up [n frames]"},        {"Use java minus X to see", "Use 'java -X' to see the available non-standard options"},        {"Use stop at to set a breakpoint at a line number", "Use 'stop at' to set a breakpoint at a line number"},        {"VM already running. use cont to continue after events.", "VM already running. Use 'cont' to continue after events."},        {"VM Started:", "VM Started: "},        {"vmstartexception", "VM start exception: {0}"},        {"Waiting for monitor:", "   Waiting for monitor: {0}"},        {"Waiting thread:", " Waiting thread: {0}"},        {"watch accesses of", "watch accesses of {0}.{1}"},        {"watch modification of", "watch modification of {0}.{1}"},        {"zz help text",             "** command list **\n" +             "run [class [args]]        -- start execution of application's main class\n" +             "\n" +             "threads [threadgroup]     -- list threads\n" +             "thread <thread id>        -- set default thread\n" +             "suspend [thread id(s)]    -- suspend threads (default: all)\n" +             "resume [thread id(s)]     -- resume threads (default: all)\n" +             "where [<thread id> | all] -- dump a thread's stack\n" +             "wherei [<thread id> | all]-- dump a thread's stack, with pc info\n" +             "up [n frames]             -- move up a thread's stack\n" +             "down [n frames]           -- move down a thread's stack\n" +             "kill <thread id> <expr>   -- kill a thread with the given exception object\n" +             "interrupt <thread id>     -- interrupt a thread\n" +             "\n" +             "print <expr>              -- print value of expression\n" +             "dump <expr>               -- print all object information\n" +             "eval <expr>               -- evaluate expression (same as print)\n" +             "set <lvalue> = <expr>     -- assign new value to field/variable/array element\n" +             "locals                    -- print all local variables in current stack frame\n" +             "\n" +             "classes                   -- list currently known classes\n" +             "class <class id>          -- show details of named class\n" +             "methods <class id>        -- list a class's methods\n" +             "fields <class id>         -- list a class's fields\n" +             "\n" +             "threadgroups              -- list threadgroups\n" +             "threadgroup <name>        -- set current threadgroup\n" +             "\n" +             "stop in <class id>.<method>[(argument_type,...)]\n" +             "                          -- set a breakpoint in a method\n" +             "stop at <class id>:<line> -- set a breakpoint at a line\n" +             "clear <class id>.<method>[(argument_type,...)]\n" +             "                          -- clear a breakpoint in a method\n" +             "clear <class id>:<line>   -- clear a breakpoint at a line\n" +             "clear                     -- list breakpoints\n" +             "catch [uncaught|caught|all] <class id>|<class pattern>\n" +             "                          -- break when specified exception occurs\n" +             "ignore [uncaught|caught|all] <class id>|<class pattern>\n" +             "                          -- cancel 'catch' for the specified exception\n" +             "watch [access|all] <class id>.<field name>\n" +             "                          -- watch access/modifications to a field\n" +             "unwatch [access|all] <class id>.<field name>\n" +             "                          -- discontinue watching access/modifications to a field\n" +             "trace methods [thread]    -- trace method entry and exit\n" +             "untrace methods [thread]  -- stop tracing method entry and exit\n" +             "step                      -- execute current line\n" +             "step up                   -- execute until the current method returns to its caller\n" +             "stepi                     -- execute current instruction\n" +             "next                      -- step one line (step OVER calls)\n" +             "cont                      -- continue execution from breakpoint\n" +             "\n" +             "list [line number|method] -- print source code\n" +             "use (or sourcepath) [source file path]\n" +             "                          -- display or change the source path\n" +             "exclude [<class pattern>, ... | \"none\"]\n" +             "                          -- do not report step or method events for specified classes\n" +             "classpath                 -- print classpath info from target VM\n" +             "\n" +             "monitor <command>         -- execute command each time the program stops\n" +             "monitor                   -- list monitors\n" +             "unmonitor <monitor#>      -- delete a monitor\n" +             "read <filename>           -- read and execute a command file\n" +             "\n" +             "lock <expr>               -- print lock info for an object\n" +             "threadlocks [thread id]   -- print lock info for a thread\n" +             "\n" +             "pop                       -- pop the stack through and including the current frame\n" +             "reenter                   -- same as pop, but current frame is reentered\n" +             "redefine <class id> <class file name>\n" +             "                          -- redefine the code for a class\n" +             "\n" +             "disablegc <expr>          -- prevent garbage collection of an object\n" +             "enablegc <expr>           -- permit garbage collection of an object\n" +             "\n" +             "!!                        -- repeat last command\n" +             "<n> <command>             -- repeat command n times\n" +             "help (or ?)               -- list commands\n" +             "version                   -- print version information\n" +             "exit (or quit)            -- exit debugger\n" +             "\n" +             "<class id>: a full class name with package qualifiers\n" +             "<class pattern>: a class name with a leading or trailing wildcard ('*')\n" +             "<thread id>: thread number as reported in the 'threads' command\n" +             "<expr>: a Java(tm) Programming Language expression.\n" +             "Most common syntax is supported.\n" +             "\n" +             "Startup commands can be placed in either \"jdb.ini\" or \".jdbrc\"\n" +             "in user.home or user.dir"},        {"zz usage text",             "Usage: {0} <options> <class> <arguments>\n" +             "\n" +             "where options include:\n" +             "    -help             print out this message and exit\n" +             "    -sourcepath <directories separated by \"{1}\">\n" +             "                      directories in which to look for source files\n" +             "    -attach <address>\n" +             "                      attach to a running VM at the specified address using standard connector\n" +             "    -listen <address>\n" +             "                      wait for a running VM to connect at the specified address using standard connector\n" +             "    -listenany\n" +             "                      wait for a running VM to connect at any available address using standard connector\n" +             "    -launch\n" +             "                      launch VM immediately instead of waiting for ''run'' command\n" +             "    -connect <connector-name>:<name1>=<value1>,...\n" +             "                      connect to target VM using named connector with listed argument values\n" +             "    -dbgtrace [flags] print info for debugging {0}\n" +             "    -tclient          run the application in the Hotspot(tm) Performance Engine (Client)\n" +             "    -tserver          run the application in the Hotspot(tm) Performance Engine (Server)\n" +             "\n" +             "options forwarded to debuggee process:\n" +             "    -v -verbose[:class|gc|jni]\n" +             "                      turn on verbose mode\n" +             "    -D<name>=<value>  set a system property\n" +             "    -classpath <directories separated by \"{1}\">\n" +             "                      list directories in which to look for classes\n" +             "    -X<option>        non-standard target VM option\n" +             "\n" +             "<class> is the name of the class to begin debugging\n" +             "<arguments> are the arguments passed to the main() method of <class>\n" +             "\n" +             "For command help type ''help'' at {0} prompt"},        // END OF MATERIAL TO LOCALIZE    };    /**     * Returns the contents of this <code>ResourceBundle</code>.     *     * <p>     *     * @return the contents of this <code>ResourceBundle</code>.     */    public Object[][] getContents() {        return contents;    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -