jdb-The Java Debugger

   

jdb ”The Java Debugger

The Java debugger is the debugging tool for the Java environment and is completely command-line driven. You can use the debugger to debug files located on your local system or files that are located on a remote system. For remote Java files, the jdb must be used with the -host and -password options described in the table of options. The jdb also consists of a list of commands that are not covered in this appendix. See Table B.6 for information regarding jdb options.

Table B.6. jdb Options
Options Description
-host hostname Tells the jdb where the remote Java program resides. hostname is the name of the remote computer (such as well.com or sun.com ).
-password password Passes the password for the remote Java file to the jdb , issued by the Java interpreter using the -debug option.
   


Special Edition Using Java 2 Standard Edition
Special Edition Using Java 2, Standard Edition (Special Edition Using...)
ISBN: 0789724685
EAN: 2147483647
Year: 1999
Pages: 353

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net